NDoc 1.3.1 SDK

AttributesEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

Handler called when editing a value.

[Visual Basic]
Overrides  OverloadsPublic Function EditValue( _ 
   ByVal context As ITypeDescriptorContext, _ 
   ByVal provider As IServiceProvider, _ 
   ByVal value As Object _ 
) As Object
[C#]
public override object EditValue(
   ITypeDescriptorContext context,
   IServiceProvider provider,
   object value
);
[C++]
public: Object* EditValue(
   ITypeDescriptorContext* context,
   IServiceProvider* provider,
   Object* value
);
[JScript]
public override function EditValue(
   ITypeDescriptorContext context,
   IServiceProvider provider,
   Object value
): Object;

Parameters

context
Context
provider
Provider
value
Current Value

Return Value

New value

See Also

AttributesEditor Class | NDoc.Core.PropertyGridUI Namespace | AttributesEditor.EditValue Overload List