WindowVisibilityChangedEventHandler
WindowVisibilityChangedEventHandler
WindowVisibilityChangedEventHandler
WindowVisibilityChangedEventHandler
Delegate
Definition
Represents the method that will handle the VisibilityChanged event.
public : delegate void WindowVisibilityChangedEventHandler(PlatForm::Object sender, VisibilityChangedEventArgs e)public delegate void WindowVisibilityChangedEventHandler(Object sender, VisibilityChangedEventArgs e)Public Delegate WindowVisibilityChangedEventHandler(sender As Object, e As VisibilityChangedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the event handler is attached.
- e
- VisibilityChangedEventArgs VisibilityChangedEventArgs VisibilityChangedEventArgs VisibilityChangedEventArgs
Event data for the event.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|