Click or drag to resize
PageCollectionOnRemoveComplete Method
Propogates when external designers remove items from page

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void OnRemoveComplete(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
value
Type: SystemObject
See Also