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