GridColumnStylesCollection::OnCollectionChanged Method (CollectionChangeEventArgs^)
.NET Framework (current version)
Raises the CollectionChanged event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- e
-
Type:
System.ComponentModel::CollectionChangeEventArgs^
A CollectionChangeEventArgs that contains the event data event.
Raising an event invokes the event handler through a delegate. For more information, see NIB: Raising an Event.
Notes to Inheritors:
When overriding OnCollectionChanged in a derived class, be sure to call the base class's OnCollectionChanged method.
.NET Framework
Available since 1.1
Available since 1.1
Show: