Click or drag to resize

SaveFileNameEditorEditValue(ITypeDescriptorContext, IServiceProvider, Object) Method

Edits the specified object's value using the editor style indicated by the GetEditStyle method.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public override Object EditValue(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	Object value
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
provider  IServiceProvider
An IServiceProvider that this editor can use to obtain services.
value  Object
The object to edit.

Return Value

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.
See Also