DesignerActionListCollection::OnSet Method (Int32, Object^, Object^)

 

Performs additional custom processes before setting a value in the DesignerActionListCollection instance.

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

protected:
virtual void OnSet(
	int index,
	Object^ oldValue,
	Object^ newValue
) override

Parameters

index
Type: System::Int32

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

oldValue
Type: System::Object^

The value to replace with newValue.

newValue
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: