ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / RowDetailsVisibilityChanged Event

In This Topic
    RowDetailsVisibilityChanged Event (C1DataGrid)
    In This Topic
    Occurs when the visibility of a row details changed.
    Syntax
    'Declaration
     
    
    Public Event RowDetailsVisibilityChanged As EventHandler(Of DataGridRowEventArgs)
    public event 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