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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.