ComponentOne Xamarin.Android
LayoutChange Event (GridBase)


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

Reference

GridBase Class
GridBase Members