ComponentOne DataGrid for WPF and Silverlight
LoadedRowHeaderPresenter Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : LoadedRowHeaderPresenter Event
Occurs after the visual element of the row header is added to the visual tree and is ready for interaction.
Syntax
'Declaration
 
Public Event LoadedRowHeaderPresenter As System.EventHandler(Of DataGridRowEventArgs)
public event System.EventHandler<DataGridRowEventArgs> LoadedRowHeaderPresenter
Event Data

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

PropertyDescription
Gets the row.  
See Also