InputMethodStateChangedEventArgs 类
定义
包含与 StateChanged 事件关联的参数。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
- 继承
属性
IsHandwritingStateChanged |
获取一个指示 HandwritingState 属性是否已更改的值。Gets a value that indicates whether or not the HandwritingState property changed. |
IsImeConversionModeChanged |
获取一个指示 ImeConversionMode 属性是否已更改的值。Gets a value that indicates whether or not the ImeConversionMode property changed. |
IsImeSentenceModeChanged |
获取一个指示 ImeSentenceMode 属性是否已更改的值。Gets a value that indicates whether or not the ImeSentenceMode property changed. |
IsImeStateChanged |
获取一个指示 ImeState 属性是否已更改的值。Gets a value that indicates whether or not the ImeState property changed. |
IsMicrophoneStateChanged |
获取一个指示 MicrophoneState 属性是否已更改的值。Gets a value that indicates whether or not the MicrophoneState property changed. |
IsSpeechModeChanged |
获取一个指示 SpeechMode 属性是否已更改的值。Gets a value that indicates whether or not the SpeechMode property changed. |
方法
Equals(Object) |
确定指定的对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
用作默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回一个表示当前对象的 string。Returns a string that represents the current object. (继承自 Object) |