C1.Silverlight.Data Namespace > DataTable Class : ColumnChanging Event |
'Declaration
Public Event ColumnChanging As DataColumnChangeEventHandler
public event DataColumnChangeEventHandler ColumnChanging
The event handler receives an argument of type DataColumnChangeEventArgs containing data related to this event. The following DataColumnChangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the DataColumn with a changing value. |
ProposedValue | Gets or sets the proposed new value for the column. |
Row | Gets the DataRow of the column with a changing value. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2