DataControlFieldTypeEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
.NET Framework 3.0
Edits the specified value, using the specified ITypeDescriptorContext and IServiceProvider objects.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual Object^ EditValue ( ITypeDescriptorContext^ context, IServiceProvider^ provider, Object^ value ) override
public Object EditValue ( ITypeDescriptorContext context, IServiceProvider provider, Object value )
public override function EditValue ( context : ITypeDescriptorContext, provider : IServiceProvider, value : Object ) : Object
Not applicable.
Parameters
- context
The ITypeDescriptorContext that indicates the context of the object being edited.
- provider
The IServiceProvider containing a reference to the associated designer.
- value
The object to edit.
Return Value
The final value of the object after it has been edited.Community Additions
ADD
Show: