ComponentOne DataGrid for WPF and Silverlight
RowDetailsVisibilityChanged Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : RowDetailsVisibilityChanged Event
Occurs when the visibility of a row details changed.
Syntax
'Declaration
 
Public Event RowDetailsVisibilityChanged As System.EventHandler(Of DataGridRowEventArgs)
public event System.EventHandler<DataGridRowEventArgs> RowDetailsVisibilityChanged
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