Raises the OnCollectionChanged event.
[Visual Basic] Overridable Protected Sub OnCollectionChanged( _ ByVal ccevent As CollectionChangeEventArgs _ ) [C#] protected virtual void OnCollectionChanged( CollectionChangeEventArgs ccevent ); [C++] protected: virtual void OnCollectionChanged( CollectionChangeEventArgs* ccevent ); [JScript] protected function OnCollectionChanged( ccevent : CollectionChangeEventArgs );
Raising an event invokes the event-handling method through a delegate. For an overview, see TBD.
Notes to Inheritors: When overriding OnCollectionChanged in an inheriting class, be sure to call the base class's OnCollectionChanged method.
ColumnsCollection Class | ColumnsCollection Members | System.Data Namespace