Syntax
CSharp
public UpdatePanelTriggerCollectionEditor (
Type type
)
VisualBasic
Public Sub New ( _
type As Type _
)
ManagedCPlusPlus
public:
UpdatePanelTriggerCollectionEditor (
Type^ type
)
JSharp
public UpdatePanelTriggerCollectionEditor (
Type 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 you select the ellipsis button (…) on the Triggers property in the visual designer's Properties grid when designing an UpdatePanel control.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)