Occurs when the
System.Windows.Forms.Control.ImeMode property has changed.
Syntax
Visual Basic (Declaration) | |
---|
<WinCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Occurs when the control's input method editor (IME) mode changes.")>
Public Event ImeModeChanged As EventHandler |
C# | |
---|
[WinCategoryAttribute("Behavior")]
[SRDescriptionAttribute("Occurs when the control's input method editor (IME) mode changes.")]
public event EventHandler ImeModeChanged |
C++/CLI | |
---|
[WinCategoryAttribute("Behavior")]
[SRDescriptionAttribute("Occurs when the control's input method editor (IME) mode changes.")]
public:
event EventHandler^ ImeModeChanged |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also