Condividi tramite


SectionsInViewChangedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà un evento SectionsInViewChanged .

public delegate void SectionsInViewChangedEventHandler(Platform::Object ^ sender, SectionsInViewChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2198689836, 33019, 23274, 188, 178, 241, 81, 116, 15, 247, 146)]
public delegate void SectionsInViewChangedEventHandler(object sender, SectionsInViewChangedEventArgs e);
Public Delegate Sub SectionsInViewChangedEventHandler(sender As Object, e As SectionsInViewChangedEventArgs)

Parametri

sender
Object

Platform::Object

Oggetto in cui è collegato il gestore.

e
SectionsInViewChangedEventArgs

Dati dell'evento per l'evento.

Attributi

Si applica a