DataControlFieldTypeEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)

 

Edits the specified value, using the specified ITypeDescriptorContext and IServiceProvider objects.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
virtual Object^ EditValue(
	ITypeDescriptorContext^ context,
	IServiceProvider^ provider,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The ITypeDescriptorContext that indicates the context of the object being edited.

provider
Type: System::IServiceProvider^

The IServiceProvider containing a reference to the associated designer.

value
Type: System::Object^

The object to edit.

Return Value

Type: System::Object^

The final value of the object after it has been edited.

.NET Framework
Available since 2.0
Return to top
Show: