Raises the Selecting()()() event.

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

Syntax

C#
protected virtual void OnSelecting(
	EndecaCommandDataSourceSelectingEventArgs<TCommand> e
)
Visual Basic (Declaration)
Protected Overridable Sub OnSelecting ( _
	e As EndecaCommandDataSourceSelectingEventArgs(Of TCommand) _
)
Visual C++
protected:
virtual void OnSelecting(
	EndecaCommandDataSourceSelectingEventArgs<TCommand>^ e
)

See Also