UpdatePanelTriggerCollection(UpdatePanel) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the UpdatePanelTrigger collection class.
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)
Parameters
- owner
- UpdatePanel
The UpdatePanel control that the UpdatePanelTriggerCollection belongs to.
Remarks
You typically add triggers to an UpdatePanel control by using the UpdatePanelTrigger Collection Editor in the designer or by adding them declaratively as <Triggers>
elements inside the UpdatePanel control.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.