C1.Win.FlexGrid Namespace / FooterCollection Class / OnCollectionChanged Method
Arguments of the event being raised.

In This Topic
OnCollectionChanged Method (FooterCollection)
In This Topic
Raises the CollectionChanged event.
Syntax
'Declaration
 
Protected Overrides Sub OnCollectionChanged( _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
 

Parameters

e
Arguments of the event being raised.
See Also