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


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