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

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