UnwrappedCollectionEditorTEditValue(ITypeDescriptorContext, IServiceProvider, Object) Method

Edits the value of the specified object using the specified service provider and context.

Definition

Namespace: DevCase.UI.TypeEditors
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
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
A service provider object through which editing services can be obtained.
value  Object
The object to edit the value of.

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