Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / RowDetailsApplying Event

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

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
     
    See Also