C

ResolveReferenceEventArgs

Event arguments for calls to the resolve-reference and override-resolve-reference events.
Inheritance Hierarchy

Members

No filters for this type

Constructors

Creates a new instance of ResolveReferenceEventArgs.
The handled property is set to false, the value property is set to null

Parameters

context: IParseContext
The current parse context that can be used by the event handler for additional information.
referenceId: string
The reference id that should be evaluated by the event handler.

Properties

Gets the current parse context that can be used by the event handler for additional information.
readonlyfinal
Gets whether the last event handler invocation has actually handled the event.
This property is set implicitly by value.
readonlyfinal

See Also

API
value
Gets the reference ID that should be evaluated by the event handler.
readonlyfinal
Gets or sets the reference value that is encapsulated by this instance.
Setting this property automatically sets handled to true.
final

See Also

API
handled