Provides data for the Selecting event.

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

Syntax

C#
public class DimensionSearchDataSourceSelectingEventArgs : EndecaCommandDataSourceSelectingEventArgs<DimensionSearchCommand>
Visual Basic (Declaration)
Public Class DimensionSearchDataSourceSelectingEventArgs _
	Inherits EndecaCommandDataSourceSelectingEventArgs(Of DimensionSearchCommand)
Visual C++
public ref class DimensionSearchDataSourceSelectingEventArgs : public EndecaCommandDataSourceSelectingEventArgs<DimensionSearchCommand^>

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Endeca.Web.Internal..::.EndecaCommandDataSourceSelectingEventArgs<(Of <(DimensionSearchCommand>)>)
      Endeca.Web.UI..::.DimensionSearchDataSourceSelectingEventArgs

See Also