Used when a RemoveSearchCommand is issued

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected virtual void OnRemoveSearch(
	SearchEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnRemoveSearch ( _
	args As SearchEventArgs _
)
Visual C++
protected:
virtual void OnRemoveSearch(
	SearchEventArgs^ args
)

Parameters

args
Type: Endeca.Web.UI.WebControls..::.SearchEventArgs
Event args containing the search to remove from the NavigationDataSource

See Also