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


In This Topic
ChildViewAdded Event (GridIncrementalLoadingCell)
In This Topic
Syntax
'Declaration
 
Public Event ChildViewAdded As EventHandler(Of ViewGroup.ChildViewAddedEventArgs)
 
'Usage
 
Dim instance As GridIncrementalLoadingCell
Dim handler As EventHandler(Of ViewGroup.ChildViewAddedEventArgs)
 
AddHandler instance.ChildViewAdded, handler
See Also