UpdatePanelTriggerCollection(UpdatePanel) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 UpdatePanelTrigger 集合類別的新執行個體。
public:
UpdatePanelTriggerCollection(System::Web::UI::UpdatePanel ^ owner);
public UpdatePanelTriggerCollection (System.Web.UI.UpdatePanel owner);
new System.Web.UI.UpdatePanelTriggerCollection : System.Web.UI.UpdatePanel -> System.Web.UI.UpdatePanelTriggerCollection
Public Sub New (owner As UpdatePanel)
參數
- owner
- UpdatePanel
UpdatePanel 所屬的 UpdatePanelTriggerCollection 控制項。
備註
您通常會 UpdatePanel 使用設計工具中的 UpdatePanelTrigger 集合編輯器 ,或以宣告方式新增觸發程式做為 <Triggers>
控制項內的 UpdatePanel 元素,