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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Endeca.Web.Internal..::.EndecaCommandDataSourceSelectingEventArgs<(Of <(NavigationCommand>)>)
      Endeca.Web.UI..::.NavigationDataSourceSelectingEventArgs

See Also