SectionsInViewChangedEventHandler Delegate

Definition

Represents the method that will handle a SectionsInViewChanged event.

public delegate void SectionsInViewChangedEventHandler(Platform::Object ^ sender, SectionsInViewChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1810672234, 25592, 18431, 182, 172, 118, 231, 218, 36, 125, 103)]
class SectionsInViewChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1810672234, 25592, 18431, 182, 172, 118, 231, 218, 36, 125, 103)]
public delegate void SectionsInViewChangedEventHandler(object sender, SectionsInViewChangedEventArgs e);
Public Delegate Sub SectionsInViewChangedEventHandler(sender As Object, e As SectionsInViewChangedEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
SectionsInViewChangedEventArgs

Event data for the event.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to