DataGridColumnCollectionEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
.NET Framework (current version)
Edits the specified value using the specified context descriptor and service provider.
Assembly: System.Design (in System.Design.dll)
public override object EditValue( ITypeDescriptorContext context, IServiceProvider provider, object value )
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
The ITypeDescriptorContext object indicating the context of the object being edited.
- provider
-
Type:
System.IServiceProvider
The IServiceProvider object containing a reference to the associated designer.
- value
-
Type:
System.Object
The object to edit.
.NET Framework
Available since 1.1
Available since 1.1
Show: