Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
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 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