ComponentOne Xamarin Edition
RowHeaderLoading Event
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > FlexGridDetailProvider Class : RowHeaderLoading Event
Occurs before the row header is loaded.
Syntax
[Obsolete("Use DetailExpandedIconTemplate and DetailCollapsedIconTemplate instead to customize icons.")]
public event EventHandler<GridRowHeaderLoadingEventArgs> RowHeaderLoading
Event Data

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

PropertyDescription
Gets the expand/collapse button.  
Gets the row associated to this details row.  
See Also