Eventhandler for DocumentObjectCollection class.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public delegate void ChangeItems(
	DocumentObjectCollection..::..ChangeItemsType type,
	DocumentObject entity
)
Public Delegate Sub ChangeItems ( 
	type As DocumentObjectCollection..::..ChangeItemsType,
	entity As DocumentObject
)
public delegate void ChangeItems(
	DocumentObjectCollection..::..ChangeItemsType type, 
	DocumentObject^ entity
)
type ChangeItems = 
    delegate of 
        type : DocumentObjectCollection..::..ChangeItemsType * 
        entity : DocumentObject -> unit

Parameters

type
DocumentObjectCollection..::..ChangeItemsType
DocumentObject type.
entity
DocumentObject
The DocumentObject.

See Also