C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / LayoutChange Event


In This Topic
LayoutChange Event (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
Public Event LayoutChange As EventHandler(Of View.LayoutChangeEventArgs)
 
'Usage
 
Dim instance As AnnotationLayer
Dim handler As EventHandler(Of View.LayoutChangeEventArgs)
 
AddHandler instance.LayoutChange, handler
See Also