Search Results for

    Show / Hide Table of Contents

    Class ProjectCreatedEvent

    Used to share information when a project is created This event will be triggered from Studio UI

    Inheritance
    object
    ProjectEvent
    ProjectCreatedEvent
    Inherited Members
    ProjectEvent.ProjectInfo
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.FileBased.Events
    Assembly: Sdl.ProjectAutomation.FileBased.dll
    Syntax
    public class ProjectCreatedEvent : ProjectEvent

    Constructors

    ProjectCreatedEvent(IProject)

    Constructor

    Declaration
    public ProjectCreatedEvent(IProject project)
    Parameters
    Type Name Description
    IProject project
    In this article
    • Constructors
      • ProjectCreatedEvent(IProject)
    Back to top Generated by DocFX