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