Class ActivationChangedEventArgs
Contains the arguments returned by the event fired when a UI controller instance's activation state changes.
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApi
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class ActivationChangedEventArgs : CancelEventArgs
Constructors
ActivationChangedEventArgs(bool)
Initialize the instance of the argument using the changed active state value
Declaration
public ActivationChangedEventArgs(bool active)
Parameters
Type | Name | Description |
---|---|---|
bool | active | The active changed state. |
Properties
Active
Gets whether is active or not.
Declaration
public bool Active { get; }
Property Value
Type | Description |
---|---|
bool |