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 CompoundDimensionSearchDataSourceSelectingEventArgs : EndecaCommandDataSourceSelectingEventArgs<CompoundDimensionSearchCommand>
Visual Basic (Declaration)
Public Class CompoundDimensionSearchDataSourceSelectingEventArgs _
	Inherits EndecaCommandDataSourceSelectingEventArgs(Of CompoundDimensionSearchCommand)
Visual C++
public ref class CompoundDimensionSearchDataSourceSelectingEventArgs : public EndecaCommandDataSourceSelectingEventArgs<CompoundDimensionSearchCommand^>

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Endeca.Web.Internal..::.EndecaCommandDataSourceSelectingEventArgs<(Of <(CompoundDimensionSearchCommand>)>)
      Endeca.Web.UI..::.CompoundDimensionSearchDataSourceSelectingEventArgs

See Also