Search Results for

    Show / Hide Table of Contents

    Class CurrentProjectCancelEventArgs

    Event args for CurrentProjectChanging2 events.

    Inheritance
    object
    EventArgs
    CancelEventArgs
    CurrentProjectCancelEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class CurrentProjectCancelEventArgs : CancelEventArgs

    Constructors

    CurrentProjectCancelEventArgs(FileBasedProject)

    The CurrentProjectChangingEventArgs constructor

    Declaration
    public CurrentProjectCancelEventArgs(FileBasedProject newCurrentProject)
    Parameters
    Type Name Description
    FileBasedProject newCurrentProject

    Properties

    NewCurrentProject

    The NewCurrentProject

    Declaration
    public FileBasedProject NewCurrentProject { get; }
    Property Value
    Type Description
    FileBasedProject

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • CurrentProjectCancelEventArgs(FileBasedProject)
    • Properties
      • NewCurrentProject
    • Extension Methods
    Back to top Generated by DocFX