InputMethodStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |