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

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

    Parameters

    e
    The System.EventArgs object.
    See Also