DocumentObjectCollection
OnInsertComplete Method
|
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
protected virtual void OnInsertComplete(
int index,
DocumentObject entity
)
Protected Overridable Sub OnInsertComplete (
index As Integer,
entity As DocumentObject
)
protected:
virtual void OnInsertComplete(
int index,
DocumentObject^ entity
)
abstract OnInsertComplete :
index : int *
entity : DocumentObject -> unit
override OnInsertComplete :
index : int *
entity : DocumentObject -> unit
Parameters
-
index
-
Type:
System
Int32
-
entity
-
Type:
Spire.Doc
DocumentObject
See Also