UpdatePanelTriggerCollectionEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)
.NET Framework (current version)
Edits the value of the specified object by using the specified service provider and context.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
public: virtual Object^ EditValue( ITypeDescriptorContext^ context, IServiceProvider^ provider, Object^ value ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext object that provides additional context information.
- provider
-
Type:
System::IServiceProvider^
A service provider object that provides editing services.
- value
-
Type:
System::Object^
The object whose value will be edited.
.NET Framework
Available since 3.5
Available since 3.5
Show: