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

In This Topic
    RowDeleting Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event RowDeleting As System.Data.DataRowChangeEventHandler
    public event System.Data.DataRowChangeEventHandler RowDeleting
    Event Data

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

    PropertyDescription
    Gets the action that has occurred on a System.Data.DataRow.  
    Gets the row upon which an action has occurred.  
    See Also