Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultRowFilter Class / OnFilterColumnDefinitionCollectionChanged Method
Object that raises the event
CollectionChangeEventArgs object that contains the event data


In This Topic
OnFilterColumnDefinitionCollectionChanged Method
In This Topic
Occurs when the filter column definition collection has changed.
Syntax
'Declaration
 
Public Sub OnFilterColumnDefinitionCollectionChanged( _
   ByVal o As Object, _
   ByVal e As CollectionChangeEventArgs _
) 
 
'Usage
 
Dim instance As DefaultRowFilter
Dim o As Object
Dim e As CollectionChangeEventArgs
 
instance.OnFilterColumnDefinitionCollectionChanged(o, e)

Parameters

o
Object that raises the event
e
CollectionChangeEventArgs object that contains the event data
See Also