ComponentOne Xamarin.Android
LayoutChange Event (GridGroupRowCell)


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

Reference

GridGroupRowCell Class
GridGroupRowCell Members