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

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