SubMenuStyleCollection::OnInsert Method (Int32, Object^)
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Return to top
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: