DataColumnChangeEventArgs::Column Property

 

Gets the DataColumn with a changing value.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
property DataColumn^ Column {
	DataColumn^ get();
}

Property Value

Type: System.Data::DataColumn^

The DataColumn with a changing value.

.NET Framework
Available since 1.1
Return to top
Show: