'Declaration
<SRDescriptionAttribute("Occurs when the control's input method editor (IME) mode changes.")> <WinCategoryAttribute("Behavior")> Public Event ImeModeChanged As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.ImeModeChanged, handler
[SRDescription("Occurs when the control's input method editor (IME) mode changes.")] [WinCategory("Behavior")] public event System.EventHandler ImeModeChanged