TextInputPanel.CorrectionModeChanged イベント

[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]

名前空間:  Microsoft.Ink.TextInput
アセンブリ:  Microsoft.Ink (Microsoft.Ink.dll 内)

構文

'宣言
Public Event CorrectionModeChanged As EventHandler(Of CorrectionModeChangeEventArgs)
'使用
Dim instance As TextInputPanel
Dim handler As EventHandler(Of CorrectionModeChangeEventArgs)

AddHandler instance.CorrectionModeChanged, handler
public event EventHandler<CorrectionModeChangeEventArgs> CorrectionModeChanged
public:
 event EventHandler<CorrectionModeChangeEventArgs^>^ CorrectionModeChanged {
    void add (EventHandler<CorrectionModeChangeEventArgs^>^ value);
    void remove (EventHandler<CorrectionModeChangeEventArgs^>^ value);
}
JScript では、イベントは使用できません。
member CorrectionModeChanged : IEvent<EventHandler<CorrectionModeChangeEventArgs>,
    CorrectionModeChangeEventArgs>

プラットフォーム

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

TextInputPanel クラス

TextInputPanel メンバー

Microsoft.Ink.TextInput 名前空間