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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Endeca.Web.Internal..::.EndecaCommandDataSourceSelectingEventArgs<(Of <(MultipleRecordDetailsCommand>)>)
      Endeca.Web.UI..::.MultipleRecordDetailsDataSourceSelectingEventArgs

See Also