OnAfterFilter Method (C1GanttView)
In This Topic
Raises the
AfterFilter event.
Syntax
'Declaration
Protected Overridable Sub OnAfterFilter( _
ByVal As EventArgs _
)
protected virtual void OnAfterFilter(
EventArgs
)
Parameters
- e
- The System.EventArgs object.
See Also