OnFilterChange Method (DropDownList)
In This Topic
Raised when a filter condition has changed.
Syntax
'Declaration
Protected Overridable Sub OnFilterChange( _
ByVal As EventArgs _
)
protected virtual void OnFilterChange(
EventArgs
)
Parameters
- e
See Also