ComponentOne Xamarin.Android
LayoutChange Event (C1CheckBox)


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

Reference

C1CheckBox Class
C1CheckBox Members