Raised when one of the views of this data source is selecting.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public event EventHandler<CompoundDimensionSearchDataSourceSelectingEventArgs> Selecting | 
| Visual Basic (Declaration) | 
|---|
| Public Event Selecting As EventHandler(Of CompoundDimensionSearchDataSourceSelectingEventArgs) | 
| Visual C++ | 
|---|
| public: event EventHandler<CompoundDimensionSearchDataSourceSelectingEventArgs^>^ Selecting { void add (EventHandler<CompoundDimensionSearchDataSourceSelectingEventArgs^>^ value); void remove (EventHandler<CompoundDimensionSearchDataSourceSelectingEventArgs^>^ value); } | 





