次の方法で共有


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 は、デザイン時にビジュアル デザイナーのプロパティ グリッド コントロールのTriggers プロパティで省略記号ボタン (...) がクリックされたときに、UpdatePanelTriggerCollectionEditor クラスの新しいインスタンスを内部的に構築します。

適用対象