InputMethod.StateChanged Event

Definition

Occurs when the input method state (represented by the ImeState property) changes.

public:
 event System::Windows::Input::InputMethodStateChangedEventHandler ^ StateChanged;
public event System.Windows.Input.InputMethodStateChangedEventHandler StateChanged;
member this.StateChanged : System.Windows.Input.InputMethodStateChangedEventHandler 
Public Custom Event StateChanged As InputMethodStateChangedEventHandler 

Event Type

Applies to

See also