Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / ImeModeChanged Event


In This Topic
ImeModeChanged Event
In This Topic
Occurs when the System.Windows.Forms.Control.ImeMode property has changed.
Syntax
'Declaration
 
Public Event ImeModeChanged As EventHandler
 
'Usage
 
Dim instance As FpScrollBar
Dim handler As EventHandler
 
AddHandler instance.ImeModeChanged, handler
See Also