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

適用対象