InputMethod::StateChanged Event

 

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

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
event InputMethodStateChangedEventHandler^ StateChanged {
	void add(InputMethodStateChangedEventHandler^ value);
	void remove(InputMethodStateChangedEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: