UpdatePanelTriggerCollectionEditor Constructor (Type^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the UpdatePanelTriggerCollectionEditor class.

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

public:
UpdatePanelTriggerCollectionEditor(
	Type^ type
)

Parameters

type
Type: System::Type^

The type of the trigger to edit.

The .NET Framework internally constructs a new instance of the UpdatePanelTriggerCollectionEditor class when the ellipsis button (…) is clicked on the Triggers property in the visual designer's property grid control at design time.

.NET Framework
Available since 3.5
Return to top
Show: