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
)
Public Delegate Sub ChangeItems (
type As DocumentObjectCollectionChangeItemsType,
entity As DocumentObject
)
public delegate void ChangeItems(
DocumentObjectCollectionChangeItemsType type,
DocumentObject^ entity
)
type ChangeItems =
delegate of
type : DocumentObjectCollectionChangeItemsType *
entity : DocumentObject -> unit
Parameters
-
type
-
Type:
Spire.Doc.Collections
DocumentObjectCollection
ChangeItemsType
DocumentObject type.
-
entity
-
Type:
Spire.Doc
DocumentObject
The DocumentObject.
See Also