Condividi tramite


Classe InkOverlaySelectionMovingEventArgs

Aggiornamento: novembre 2007

Fornisce dati per gli eventi SelectionMoving di oggetti SelectionMoving e controlli SelectionMoving che si verificano quando i tratti selezionati stanno per essere spostati.

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

Sintassi

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

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.Ink.InkOverlaySelectionMovingEventArgs

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 InkOverlaySelectionMovingEventArgs

Spazio dei nomi Microsoft.Ink

InkOverlay.SelectionMoving

InkPicture.SelectionMoving