UpdatePanelTriggerCollectionEditor(Type) 생성자

정의

UpdatePanelTriggerCollectionEditor 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

type
Type

편집할 트리거의 형식입니다.

설명

.NET Framework는 디자인 타임에 비주얼 디자이너의 UpdatePanelTriggerCollectionEditor 속성 그리드 컨트롤에서 Triggers 줄임표 단추(...)를 클릭할 때 클래스의 새 인스턴스를 내부적으로 생성합니다.

적용 대상