UpdatePanelDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)

 

Called when the associated UpdatePanel control changes.

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

public:
virtual void SetEditableDesignerRegionContent(
	EditableDesignerRegion^ region,
	String^ content
) override

Parameters

region
Type: System.Web.UI.Design::EditableDesignerRegion^

The source of the event.

content
Type: System::String^

The event data.

.NET Framework
Available since 3.5
Return to top
Show: