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
DataColumnChangeEventArgs

Remarks

The ColumnChanging event occurs when a change is made to the value of a column in the DataTable.

Constructors

DataColumnChangeEventArgs(DataRow, DataColumn, Object)

Initializes a new instance of the DataColumnChangeEventArgs class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also