Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / ParamMapEventArgs Class
Members


In This Topic
    ParamMapEventArgs Class
    In This Topic
    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.
    Object Model
    ParamMapEventArgs Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    Public Class ParamMapEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ParamMapEventArgs
    [ClassInterface(ClassInterfaceType.AutoDual)]
    public class ParamMapEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Chart.Standard.ParamMapEventArgs

    Requirements

    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

    See Also