DataColumnChangeEventArgs
DataColumnChangeEventArgs
DataColumnChangeEventArgs
DataColumnChangeEventArgs
Class
Definition
Provides data for the ColumnChanging event.
public ref class DataColumnChangeEventArgs : EventArgs
public class DataColumnChangeEventArgs : EventArgs
type DataColumnChangeEventArgs = class
inherit EventArgs
Public Class DataColumnChangeEventArgs
Inherits EventArgs
- Inheritance
Remarks
The ColumnChanging event occurs when a change is made to the value of a column in the DataTable.
Constructors
Properties
Column Column Column Column |
Gets the DataColumn with a changing value. |
ProposedValue ProposedValue ProposedValue ProposedValue |
Gets or sets the proposed new value for the column. |
Row Row Row Row |
Gets the DataRow of the column with a changing value. |
Methods
Equals(Object) Equals(Object) Equals(Object) Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() GetHashCode() GetHashCode() GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() GetType() GetType() GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() MemberwiseClone() MemberwiseClone() MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() ToString() ToString() ToString() |
Returns a string that represents the current object. (Inherited from Object) |