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

In This Topic
    ColumnChanged Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event ColumnChanged As System.Data.DataColumnChangeEventHandler
    public event System.Data.DataColumnChangeEventHandler ColumnChanged
    Event Data

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

    PropertyDescription
    Gets the System.Data.DataColumn with a changing value.  
    Gets or sets the proposed new value for the column.  
    Gets the System.Data.DataRow of the column with a changing value.  
    See Also