Search Results for

    Show / Hide Table of Contents

    Class OpenNewProjectWizardEvent

    Publish this event via the Event Aggregator to ask Studio to open the New Project WIzard

    Inheritance
    System.Object
    OpenNewProjectWizardEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class OpenNewProjectWizardEvent

    Constructors

    OpenNewProjectWizardEvent()

    Use this constructor to open a blank New Project wizard

    Declaration
    public OpenNewProjectWizardEvent()

    OpenNewProjectWizardEvent(ProjectWizardData)

    Use this constructor to pass data to the New Project wizard

    Declaration
    public OpenNewProjectWizardEvent(ProjectWizardData projectData)
    Parameters
    Type Name Description
    ProjectWizardData projectData

    Properties

    ProjectData

    Data to be passed to the New Project Wizard, such as the project name or files

    Declaration
    public ProjectWizardData ProjectData { get; }
    Property Value
    Type Description
    ProjectWizardData

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • OpenNewProjectWizardEvent()
      • OpenNewProjectWizardEvent(ProjectWizardData)
    • Properties
      • ProjectData
    • Extension Methods
    Back to top Generated by DocFX