The event arguments used by query-type to override automatic type resolution in GraphML.
Inheritance Hierarchy
EventArgs
QueryTypeEventArgs
Remarks
If the event handler determines that it can resolve xmlName to a type, it should place the result into the result property and thus mark the event as handled.
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the QueryTypeEventArgs class.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - IParseContext
- The context in which the lookup should take place.
- xName - XmlName
- The type that should be mapped.
Properties
Gets the context in which the Constructor shall be mapped.
Property Value
The context.
Gets or sets a value indicating whether this QueryTypeEventArgs is handled.
Remarks
Setting this property to
true
indicates to the event source that the result has been assigned and that the event should not be propagated to further listeners.Property Value
true
if this event has been handled; false
otherwise.Gets or sets the result of the type query, which is null
initially.
Remarks
Setting this property will automatically set the handled property to
true
.Gets the fully qualified XML name that should be resolved to a type.