GridViewColumnCollection.OnCollectionChanged Metod

Definition

Genererar CollectionChanged händelsen när ändringarna GridViewColumnCollection .

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)

Parametrar

e
NotifyCollectionChangedEventArgs

Händelseargumenten.

Gäller för

Se även