C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / FocusChange Event


In This Topic
FocusChange Event (GridCellsPanel)
In This Topic
Syntax
'Declaration
 
Public Event FocusChange As EventHandler(Of View.FocusChangeEventArgs)
 
'Usage
 
Dim instance As GridCellsPanel
Dim handler As EventHandler(Of View.FocusChangeEventArgs)
 
AddHandler instance.FocusChange, handler
See Also