Condividi tramite


Costruttore InPlaceStateChangeEventArgs

Aggiornamento: novembre 2007

Inizializza una nuova istanza della classe InPlaceStateChangeEventArgs.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    oldState As InPlaceState, _
    newState As InPlaceState _
)
'Utilizzo
Dim oldState As InPlaceState
Dim newState As InPlaceState

Dim instance As New InPlaceStateChangeEventArgs(oldState, _
    newState)
public InPlaceStateChangeEventArgs(
    InPlaceState oldState,
    InPlaceState newState
)
public:
InPlaceStateChangeEventArgs(
    InPlaceState oldState, 
    InPlaceState newState
)
public InPlaceStateChangeEventArgs(
    InPlaceState oldState,
    InPlaceState newState
)
public function InPlaceStateChangeEventArgs(
    oldState : InPlaceState, 
    newState : InPlaceState
)

Parametri

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003

.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

InPlaceStateChangeEventArgs Classe

Membri InPlaceStateChangeEventArgs

Spazio dei nomi Microsoft.Ink.TextInput