[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionCollectionEditor.EditValue

EditValue Method

EditValue(ITypeDescriptorContext, IServiceProvider, object)

Edits the value of the specified object.

Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Public Overrides Function EditValue(context As ITypeDescriptorContext, provider As IServiceProvider, value As Object) As Object
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that can be used to gain additional context information.

IServiceProvider provider

A service provider object through which editing services can be obtained.

object value

The object to edit the value of.

Returns
Type Description
object

The new value of the object. If the value of the object has not changed, this should return the same object it was passed.

Overrides