GridViewColumnCollection.OnCollectionChanged Method

Definition

Raises the CollectionChanged event when the GridViewColumnCollection changes.

protected:
 override void OnCollectionChanged(System::Collections::Specialized::NotifyCollectionChangedEventArgs ^ e);
protected override void OnCollectionChanged (System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
override this.OnCollectionChanged : System.Collections.Specialized.NotifyCollectionChangedEventArgs -> unit
Protected Overrides Sub OnCollectionChanged (e As NotifyCollectionChangedEventArgs)

Parameters

e
NotifyCollectionChangedEventArgs

The event arguments.

Applies to

See also