GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / OnAfterFilter Method
The System.EventArgs object.

In This Topic
    OnAfterFilter Method (C1GanttView)
    In This Topic
    Raises the AfterFilter event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnAfterFilter( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnAfterFilter( 
       EventArgs e
    )

    Parameters

    e
    The System.EventArgs object.
    See Also