DesignerActionListCollection::OnRemove Method (Int32, Object^)

 

Performs additional custom processes when removing an element from the DesignerActionListCollection instance.

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

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

Parameters

index
Type: System::Int32

The zero-based index at which value can be found.

value
Type: System::Object^

The value of the element to remove from index.

NamedPermissionSet

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

.NET Framework
Available since 2.0
Return to top
Show: