UpdatePanelTriggerCollectionEditor(Type) Constructor

Definition

Initializes a new instance of the UpdatePanelTriggerCollectionEditor class.

public:
 UpdatePanelTriggerCollectionEditor(Type ^ type);
public UpdatePanelTriggerCollectionEditor (Type type);
new System.Web.UI.Design.UpdatePanelTriggerCollectionEditor : Type -> System.Web.UI.Design.UpdatePanelTriggerCollectionEditor
Public Sub New (type As Type)

Parameters

type
Type

The type of the trigger to edit.

Remarks

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.

Applies to