Edit

InputMethodStateChangedEventArgs Class

Definition

Contains arguments associated with the StateChanged event.

public ref class InputMethodStateChangedEventArgs : EventArgs
public class InputMethodStateChangedEventArgs : EventArgs
type InputMethodStateChangedEventArgs = class
    inherit EventArgs
Public Class InputMethodStateChangedEventArgs
Inherits EventArgs
Inheritance
InputMethodStateChangedEventArgs

Properties

Name Description
IsHandwritingStateChanged

Gets a value that indicates whether or not the HandwritingState property changed.

IsImeConversionModeChanged

Gets a value that indicates whether or not the ImeConversionMode property changed.

IsImeSentenceModeChanged

Gets a value that indicates whether or not the ImeSentenceMode property changed.

IsImeStateChanged

Gets a value that indicates whether or not the ImeState property changed.

IsMicrophoneStateChanged

Gets a value that indicates whether or not the MicrophoneState property changed.

IsSpeechModeChanged

Gets a value that indicates whether or not the SpeechMode property changed.

Applies to

See also