Click or drag to resize
MfuAdditionalParameterEventArgs Class
Special type of event arguments for when a set of parameters is being constructed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CMS.UIControlsMfuAdditionalParameterEventArgs

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class MfuAdditionalParameterEventArgs : EventArgs

The MfuAdditionalParameterEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMfuAdditionalParameterEventArgs
Top
Methods
  NameDescription
Public methodAddParameter
Adds a parameter to the collection Fails if parameter is already in the collection
Public methodAddParameters
Adds multiple parameters to the collection. Ignores whole pair if one of the values is null. Ignores parameters already contained in the collection.
Public methodGetParameters
Gets the additional parameters to be added to the collection.
Public methodHasParam
Indicates whether given parameter is already specified.
Top
See Also