Condividi tramite


Classe InkCollectorGestureEventArgs

Aggiornamento: novembre 2007

Fornisce dati per gli eventi Gesture degli agenti di raccolta dell'input penna (InkCollector.Gesture, InkOverlay.Gesture e InkPicture.Gesture) che si verificano quando viene riconosciuto un movimento dell'applicazione.

Spazio dei nomi:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Sintassi

'Dichiarazione
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class InkCollectorGestureEventArgs _
    Inherits CancelEventArgs
'Utilizzo
Dim instance As InkCollectorGestureEventArgs
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class InkCollectorGestureEventArgs : CancelEventArgs
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class InkCollectorGestureEventArgs : public CancelEventArgs
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class InkCollectorGestureEventArgs extends CancelEventArgs
public class InkCollectorGestureEventArgs extends CancelEventArgs

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.Ink.InkCollectorGestureEventArgs

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Piattaforme

Windows Vista

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 3.0

Vedere anche

Riferimenti

Membri InkCollectorGestureEventArgs

Spazio dei nomi Microsoft.Ink

InkCollector.Gesture

InkOverlay.Gesture

InkPicture.Gesture