SectionsInViewChangedEventHandler
SectionsInViewChangedEventHandler
SectionsInViewChangedEventHandler
SectionsInViewChangedEventHandler
Delegate
Definition
Represents the method that will handle a SectionsInViewChanged event.
public : delegate void SectionsInViewChangedEventHandler(PlatForm::Object sender, SectionsInViewChangedEventArgs e)public delegate void SectionsInViewChangedEventHandler(Object sender, SectionsInViewChangedEventArgs e)Public Delegate SectionsInViewChangedEventHandler(sender As Object, e As SectionsInViewChangedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the handler is attached.
- e
- SectionsInViewChangedEventArgs SectionsInViewChangedEventArgs SectionsInViewChangedEventArgs SectionsInViewChangedEventArgs
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)
|