ScriptManager.GetRegisteredDisposeScripts Méthode

Définition

Récupère une collection en lecture seule de scripts dispose précédemment inscrits avec l’objet Page.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Web::UI::RegisteredDisposeScript ^> ^ GetRegisteredDisposeScripts();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredDisposeScript> GetRegisteredDisposeScripts ();
member this.GetRegisteredDisposeScripts : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredDisposeScript>
Public Function GetRegisteredDisposeScripts () As ReadOnlyCollection(Of RegisteredDisposeScript)

Retours

Collection générique qui contient les scripts dispose.

Remarques

Un dispose script s’exécute lorsque le UpdatePanel contrôle est mis à jour ou supprimé.

S’applique à

Voir aussi