CorrectionModeChangeEventArgs-Konstruktor
Initialisiert eine neue Instanz der CorrectionModeChangeEventArgs-Klasse.
Namespace: Microsoft.Ink.TextInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub New ( _
oldMode As CorrectionMode, _
newMode As CorrectionMode _
)
'Usage
Dim oldMode As CorrectionMode
Dim newMode As CorrectionMode
Dim instance As New CorrectionModeChangeEventArgs(oldMode, _
newMode)
public CorrectionModeChangeEventArgs(
CorrectionMode oldMode,
CorrectionMode newMode
)
public:
CorrectionModeChangeEventArgs(
CorrectionMode oldMode,
CorrectionMode newMode
)
public CorrectionModeChangeEventArgs(
CorrectionMode oldMode,
CorrectionMode newMode
)
public function CorrectionModeChangeEventArgs(
oldMode : CorrectionMode,
newMode : CorrectionMode
)
Parameter
- oldMode
Typ: Microsoft.Ink.TextInput.CorrectionMode
Der aktuelle Korrekturmodus.
- newMode
Typ: Microsoft.Ink.TextInput.CorrectionMode
Der Korrekturmodus, auf den der Eingabebereich geändert wird.
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0
Siehe auch
Referenz
CorrectionModeChangeEventArgs-Klasse