SectionsInViewChangedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà un 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)

Parametri

sender
Object

Platform::Object

IInspectable

Oggetto in cui è collegato il gestore.

e
SectionsInViewChangedEventArgs

Dati dell'evento per l'evento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a