April 2003
Beginner to intermediate
620 pages
21h 48m
English
DataColumnChangeEventArgs
Provides an argument containing data for the
DataTable.ColumnChanging event. This information
includes the affected DataRow
(Row), and the DataColumn that
is changing (Column), and the new value
(ProposedValue).
public class DataColumnChangeEventArgs : EventArgs { // Public Constructors public DataColumnChangeEventArgs(DataRowrow, DataColumncolumn, objectvalue); // Public Instance Properties public DataColumn Column{get; } public object ProposedValue{set; get; } public DataRow Row{get; } }
System.Object
→
System.EventArgs
→
DataColumnChangeEventArgs
DataColumnChangeEventHandler.{BeginInvoke( ), Invoke( )}, DataTable.{OnColumnChanged( ), OnColumnChanging( )}
Read now
Unlock full access