This API supports the Endeca infrastructure and is not intended to be used directly from your code.

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

Syntax

C#
public class EndecaCommandDataSourceSelectingEventArgs<TCommand> : EventArgs
where TCommand : EndecaCommand
Visual Basic (Declaration)
Public Class EndecaCommandDataSourceSelectingEventArgs(Of TCommand As EndecaCommand) _
	Inherits EventArgs
Visual C++
generic<typename TCommand>
where TCommand : EndecaCommand
public ref class EndecaCommandDataSourceSelectingEventArgs : public EventArgs

Type Parameters

TCommand
Type of command that will be executed.

Inheritance Hierarchy

See Also