C

WriteEventArgs

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.

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.
readonlyfinal

Property Value

The context.
Gets the item that is currently being written or null if nothing is applicable.
readonlyfinal

Property Value

The item being written.