This is the event argument that is used by the IWriteEvents interface that can be queried from the writeEvents property.
Inheritance Hierarchy
EventArgs
WriteEventArgs
Remarks
This class holds a reference to the write context and the item that is currently being written.
Type Details
- yFiles module
- view
Constructors
Initializes a new instance of the WriteEventArgs class.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - IWriteContext
- The context to assign to context.
- item - any
- The item to assign to item.
Properties
Gets the context that is being used for writing.
Property Value
The context.