Occurs when the drop-down list of the export list control is closed. 
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public event RoutedEventHandler DropDownClosed  | 
| Visual Basic (Declaration) | 
|---|
Public Event DropDownClosed As RoutedEventHandler  | 
| Visual C++ | 
|---|
public: event RoutedEventHandler^ DropDownClosed { void add (RoutedEventHandler^ value); void remove (RoutedEventHandler^ value); }  |