Raises the System.WinForms.GridColumnsCollection.CollectionChanged event.
[Visual Basic] Protected Sub OnCollectionChanged( _ ByVal ccevent As CollectionChangeEventArgs _ ) [C#] protected void OnCollectionChanged( CollectionChangeEventArgs ccevent ); [C++] protected: 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 <Delegates/EventModelTopic>.
GridColumnsCollection Class | GridColumnsCollection Members | System.WinForms Namespace