Share via


UpdatePanelTriggerCollection(UpdatePanel) Construtor

Definição

Inicializa uma nova instância da classe da coleção 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)

Parâmetros

owner
UpdatePanel

O controle UpdatePanel ao qual o UpdatePanelTriggerCollection pertence.

Comentários

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

Aplica-se a