ComponentOne Xamarin.Android
LayoutChange Event (C1BulletGraph)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1BulletGraph Class : LayoutChange Event
Syntax
'Declaration
 
Public Event LayoutChange As EventHandler(Of View.LayoutChangeEventArgs)
'Usage
 
Dim instance As C1BulletGraph
Dim handler As EventHandler(Of View.LayoutChangeEventArgs)
 
AddHandler instance.LayoutChange, handler
public event EventHandler<View.LayoutChangeEventArgs> LayoutChange
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members