DataColumnChangeEventArgs Class
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Provides data for the ColumnChanging event.
Assembly: System.Data (in System.Data.dll)
Name | Description | |
---|---|---|
![]() | DataColumnChangeEventArgs(DataRow, DataColumn, Object) | Initializes a new instance of the DataColumnChangeEventArgs class. |
Name | 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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ColumnChanging event occurs when a change is made to the value of a column in the DataTable.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.