FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid 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