The ParamMapEventArgs class derives from EventArgs and is used by the Xceed Chart for WinForms server control when it generates server side events. In a nut shell the ParamMapEventArgs implements a simple map allowing the server control to pack the parameters passed with the event in a single object. You extract values from the map by using the ParamMapEventArgs methods that also perform type conversion. You can also access the map with the help of the Params property which returns a System.Collections.SortedList object.
System.Object
System.EventArgs
Xceed.Chart.Standard.ParamMapEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2