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# 
protected virtual void OnInsert(
	int index,
	DocumentObject entity
)
Protected Overridable Sub OnInsert ( 
	index As Integer,
	entity As DocumentObject
)
protected:
virtual void OnInsert(
	int index, 
	DocumentObject^ entity
)
abstract OnInsert : 
        index : int * 
        entity : DocumentObject -> unit 
override OnInsert : 
        index : int * 
        entity : DocumentObject -> unit 

Parameters

index
Int32
entity
DocumentObject

See Also