Occurs when the selection of the export list control is changed.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public event SelectionChangedEventHandler SelectionChanged
Visual Basic (Declaration)
Public Event SelectionChanged As SelectionChangedEventHandler
Visual C++
public:
 event SelectionChangedEventHandler^ SelectionChanged {
	void add (SelectionChangedEventHandler^ value);
	void remove (SelectionChangedEventHandler^ value);
}

See Also