Click or drag to resize

DocumentObjectCollection ChangeItems Delegate

Eventhandler for DocumentObjectCollection class.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public delegate void ChangeItems(
	DocumentObjectCollectionChangeItemsType type,
	DocumentObject entity
)

Parameters

type
Type: Spire.Doc.Collections DocumentObjectCollection ChangeItemsType
DocumentObject type.
entity
Type: Spire.Doc DocumentObject
The DocumentObject.
See Also