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

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also