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

In This Topic
    TableNewRow Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event TableNewRow As System.Data.DataTableNewRowEventHandler
    public event System.Data.DataTableNewRowEventHandler TableNewRow
    Event Data

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

    PropertyDescription
    Gets the row that is being added.  
    See Also