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

In This Topic
    TableCleared Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event TableCleared As System.Data.DataTableClearEventHandler
    public event System.Data.DataTableClearEventHandler TableCleared
    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