UpdatePanelTriggerCollectionEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

 

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

Namespace:   System.Web.UI.Design
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

Public Overrides Function EditValue (
	context As ITypeDescriptorContext,
	provider As IServiceProvider,
	value As Object
) As Object

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.

Return Value

Type: System.Object

The new value of the object.

.NET Framework
Available since 3.5
Return to top
Show: