This is the event argument that is used by the IWriteEvents interface that can be queried from the writeEvents property.
Inheritance Hierarchy
Remarks
This class holds a reference to the write context and the item that is currently being written.
Members
No filters for this type
Constructors
Initializes a new instance of the WriteEventArgs class.
Initializes a new instance of the WriteEventArgs class.
Parameters
- 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.
Gets the context that is being used for writing.
readonlyfinal
Property Value
The context.