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 |