Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / ParamMapEventArgs Class
Fields Properties Methods


In This Topic
    ParamMapEventArgs Class Members
    In This Topic

    The following tables list the members exposed by ParamMapEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new ParamMapEventArgs object containing an empty name to value map.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe SortedList packing the parameters of the server side event.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the int value associated with a parameter name.  
    Public MethodReturns the int value at the specified index.  
    Public MethodReturns the object associated with the parameter name.  
    Public MethodReturns the object at the specified index in the map.  
    Public MethodReturns the string value associated with the parameter name.  
    Public MethodReturns the string value at the specified index in the map.  
    Top
    See Also