ManipulationStartedEventHandler Delegado

Definición

Representa el método que controlará ManipulationStarted y los eventos relacionados.

/// [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)

Parámetros

sender
Object

IInspectable

Objeto donde está asociado el controlador.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Se aplica a