Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / TableClearing Event

In This Topic
    TableClearing Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event TableClearing As System.Data.DataTableClearEventHandler
    public event System.Data.DataTableClearEventHandler TableClearing
    Event Data

    The event handler receives an argument of type System.Data.DataTableClearEventArgs containing data related to this event. The following DataTableClearEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the table whose rows are being cleared.  
    Gets the table name whose rows are being cleared.  
    Gets the namespace of the table whose rows are being cleared.  
    See Also