WebImageAreaCollectionInsertItem Method

This is overridden to track view state for the inserted item

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
protected override void InsertItem(
	int index,
	IImageArea item
)

Parameters

index  Int32
The point at which to insert the item
item  IImageArea
The item to insert

See Also