DesignerActionListCollection::OnInsert Method (Int32, Object^)

 

Performs additional custom processes before inserting a new element into the DesignerActionListCollection instance.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

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

Parameters

index
Type: System::Int32

The zero-based index at which to insert value.

value
Type: System::Object^

The new value of the element at index.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 2.0
Return to top
Show: