 | WindowEventsVisibilityChangedDelegate Delegate |
[Missing <summary> documentation for "T:Slash.Mobile.Events.WindowEvents.VisibilityChangedDelegate"]
Namespace: Slash.Mobile.EventsAssembly: Slash.Mobile (in Slash.Mobile.dll) Version: 1.0.5843.24183
Syntaxpublic delegate void VisibilityChangedDelegate(
bool visible
)
Public Delegate Sub VisibilityChangedDelegate (
visible As Boolean
)
public delegate void VisibilityChangedDelegate(
bool visible
)
type VisibilityChangedDelegate =
delegate of
visible : bool -> unit
Parameters
- visible
- Type: SystemBoolean
See Also