ScrollEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento Scroll di un controllo ScrollBar.

public delegate void ScrollEventHandler(Platform::Object ^ sender, ScrollEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2288038052, 41859, 19587, 179, 6, 161, 195, 157, 125, 184, 127)]
class ScrollEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2288038052, 41859, 19587, 179, 6, 161, 195, 157, 125, 184, 127)]
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
Public Delegate Sub ScrollEventHandler(sender As Object, e As ScrollEventArgs)

Parametri

sender
Object

Platform::Object

IInspectable

Origine dell'evento.

e
ScrollEventArgs

Oggetto ScrollEventArgs che contiene i dati dell'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