C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridIncrementalLoadingCell Class / LayoutChange Event


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