ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / RowDetailsApplying Event

In This Topic
    RowDetailsApplying Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event RowDetailsApplying As EventHandler(Of RowDetailsApplyingEventArgs)
    public event EventHandler<RowDetailsApplyingEventArgs> RowDetailsApplying
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.RowDetailsApplyingEventArgs containing data related to this event. The following RowDetailsApplyingEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the index of the row that caused the event.  
    See Also