ComponentOne Xamarin Edition
ChildRemoved Event (GridCellView)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellView Class : ChildRemoved Event
Syntax
public event EventHandler<ElementEventArgs> ChildRemoved
Event Data

The event handler receives an argument of type Xamarin.Forms.ElementEventArgs containing data related to this event. The following ElementEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also