SubMenuStyleCollection::OnInsert Method (Int32, Object^)

 

Called before the Add and Insert methods.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void OnInsert(
	int index,
	Object^ value
) override

Parameters

index
Type: System::Int32

The zero-based index at which value should be inserted.

value
Type: System::Object^

The object to insert into the SubMenuStyleCollection collection.

Exception Condition
ArgumentException

value is not of type SubMenuStyle.

The OnInsert method is called before the Add and Insert methods. You can override the OnInsert method in custom SubMenuStyleCollection classes to perform custom processing of SubMenuStyle objects before they are added to the SubMenuStyleCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: