ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowDetailsApplyingEventArgs Class / RowDetailsApplyingEventArgs Constructor
Data object of the row which caused the event.

In This Topic
    RowDetailsApplyingEventArgs Constructor
    In This Topic
    Initializes a new instance of the RowDetailsApplyingEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataObject As Object _
    )
    public RowDetailsApplyingEventArgs( 
       object dataObject
    )

    Parameters

    dataObject
    Data object of the row which caused the event.
    See Also