UpdatePanelTriggerCollection(UpdatePanel) Construtor

Definição

Inicializa uma nova instância da UpdatePanelTrigger classe de coleção.

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)

Parâmetros

owner
UpdatePanel

O UpdatePanel controlo a que pertence UpdatePanelTriggerCollection .

Observações

Normalmente, adiciona-se gatilhos a um UpdatePanel controlo usando o Editor de Coleção UpdatePanelTrigger no designer ou adicionando-os declarativamente como <Triggers> elementos dentro do UpdatePanel controlo.

Aplica-se a