ComponentOne Xamarin Edition
DescendantRemoved Event (FlexViewer)
C1.Xamarin.Forms.Viewer Assembly > C1.Xamarin.Forms.Viewer Namespace > FlexViewer Class : DescendantRemoved Event
Syntax
public event EventHandler<ElementEventArgs> DescendantRemoved
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