ManipulationStartedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà ManipulationStarted e gli eventi correlati.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4169352696, 57507, 19426, 185, 12, 220, 32, 230, 216, 190, 176)]
class ManipulationStartedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4169352696, 57507, 19426, 185, 12, 220, 32, 230, 216, 190, 176)]
public delegate void ManipulationStartedEventHandler(object sender, ManipulationStartedRoutedEventArgs e);
Public Delegate Sub ManipulationStartedEventHandler(sender As Object, e As ManipulationStartedRoutedEventArgs)

Parametri

sender
Object

IInspectable

Oggetto in cui è associato il gestore.

e
ManipulationStartedRoutedEventArgs

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