Namespace: Spire.Presentation.Converter.Equation.Word.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

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

See Also