Condividi tramite


Classe InkOverlaySelectionChangingEventArgs

Aggiornamento: novembre 2007

Fornisce i dati per gli eventi SelectionChanging degli oggetti SelectionChanging e dei controlli SelectionChanging che si verificano quando la selezione dell'input penna sta per essere modificata, ad esempio tramite modifiche apportate all'interfaccia utente, operazioni di taglia e incolla o la proprietà Selection (per l'oggetto Selection o Selection).

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

Sintassi

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

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.Ink.InkOverlaySelectionChangingEventArgs

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 InkOverlaySelectionChangingEventArgs

Spazio dei nomi Microsoft.Ink

InkOverlay.SelectionChanging

InkPicture.SelectionChanging

InkOverlay.Selection

InkPicture.Selection