DataView::ColumnCollectionChanged Method (Object^, CollectionChangeEventArgs^)
.NET Framework (current version)
Occurs after a DataColumnCollection has been changed successfully.
Assembly: System.Data (in System.Data.dll)
protected: virtual void ColumnCollectionChanged( Object^ sender, CollectionChangeEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.ComponentModel::CollectionChangeEventArgs^
A ListChangedEventArgs that contains the event data.
.NET Framework
Available since 1.1
Available since 1.1
Show: