Used when a ApplyAdjustment is issued

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

Parameters

args
Type: Endeca.Web.UI.WebControls..::.SearchAdjustmentEventArgs
Event args containing the search adjustment to apply to the NavigationDataSource

See Also