PageCollectionOnInsertComplete Method |
Propgate when a external designer modifies the pages
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected override void OnInsertComplete(
int index,
Object value
)
Protected Overrides Sub OnInsertComplete (
index As Integer,
value As Object
)
protected:
virtual void OnInsertComplete(
int index,
Object^ value
) override
abstract OnInsertComplete :
index : int *
value : Object -> unit
override OnInsertComplete :
index : int *
value : Object -> unit
Parameters
- index
- Type: SystemInt32
- value
- Type: SystemObject
See Also