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


In This Topic
    Params Property
    In This Topic
    The SortedList packing the parameters of the server side event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Params As SortedList
    'Usage
     
    Dim instance As ParamMapEventArgs
    Dim value As SortedList
     
    value = instance.Params
    public SortedList Params {get;}
    Remarks
    Usually you do not need to work with the Params object directly because you can easily get the value of a certain parameter by using one of the helper methods in the ParamMapEventArgs object. The benefit of using this approach is that these methods will also perform the necessary type conversion.
    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