Search Results for

    Show / Hide Table of Contents

    Class CurrentProjectCancelEventArgs

    Event args for CurrentProjectChanging2 events.

    Inheritance
    System.Object
    CurrentProjectCancelEventArgs
    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>)

    On this page

    • Constructors
      • CurrentProjectCancelEventArgs(FileBasedProject)
    • Properties
      • NewCurrentProject
    • Extension Methods
    Back to top Generated by DocFX