SectionsInViewChangedEventHandler Delegar

Definição

Representa o método que manipulará um evento SectionsInViewChanged .

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)

Parâmetros

sender
Object

Platform::Object

IInspectable

O objeto em que o manipulador está anexado.

e
SectionsInViewChangedEventArgs

Os dados de evento do evento.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)

Aplica-se a