C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / FocusChange Event


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