System.Drawing.Design.PropertyValueUIHandler Delegate

Represents the method that adds a delegate to an implementation of System.Drawing.Design.IPropertyValueUIService.

Syntax

public delegate void PropertyValueUIHandler (System.ComponentModel.ITypeDescriptorContext context, System.ComponentModel.PropertyDescriptor propDesc, ArrayList valueUIItemList)

Parameters

context
Documentation for this section has not yet been entered.
propDesc
Documentation for this section has not yet been entered.
valueUIItemList
Documentation for this section has not yet been entered.

Remarks

When this delegate is invoked, it can add a System.Drawing.Design.PropertyValueUIItem containing UI items for the specified property to the ArrayList passed as the valueUIItemList parameter.

Requirements

Namespace: System.Drawing.Design
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0