Class FocusedControlChangedEventArgs
Information passed to the FocusedControlChanged event.
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class FocusedControlChangedEventArgs : EventArgs
Constructors
FocusedControlChangedEventArgs()
Declaration
public FocusedControlChangedEventArgs()
Properties
ChangeType
Indicates if the event is due to a lost or received focus.
Declaration
public FocusedControlChangedEventArgs.FocusChangeType ChangeType { get; set; }
Property Value
Type | Description |
---|---|
FocusedControlChangedEventArgsFocusChangeType |
Control
The control the event concerns.
Declaration
public IFrameworkEditControl Control { get; set; }
Property Value
Type | Description |
---|---|
IFrameworkEditControl |