C1.Silverlight.DataGrid Namespace > C1DataGrid Class : LoadedRowDetailsPresenter Event |
'Declaration
Public Event LoadedRowDetailsPresenter As System.EventHandler(Of DataGridRowDetailsEventArgs)
public event System.EventHandler<DataGridRowDetailsEventArgs> LoadedRowDetailsPresenter
The event handler receives an argument of type DataGridRowDetailsEventArgs containing data related to this event. The following DataGridRowDetailsEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DetailsElement | Gets the details of a row. |
Row | Gets the row that owns the details. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2