Parameter name strings used with the PerformingActionEventArgs and PerformedActionEventArgs event argument classes.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static class ActionParameterNames
Visual Basic
Public NotInheritable Class ActionParameterNames

Remarks

The parameter names specified in this class are used in conjunction with the ActionParameters and ActionParameters dictionary properties. These keys can be used to access the data originally passed into the method that caused each event to be raised.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Interactions..::..ActionParameterNames

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also