Click or drag to resize
MacroEventArgs Properties

The MacroEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyExpression
Expression to resolve
Public propertyFullExpression
Full expression including parameters
Public propertyMatch
Returns true if the macro matches (was resolved)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyResolver
Sender (active macro resolver)
Public propertyResult
Result of the macro
Top
See Also