Partager via


SizeChangedEventHandler Délégué

Définition

Action déconseillée. Représente la méthode qui gérera l’événement SizeChanged .

public delegate void SizeChangedEventHandler(WebUICommandBarSizeChangedEventArgs ^ eventArgs);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.WebUI.Core.WebUICommandBarContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3567058492, 56622, 19496, 182, 39, 48, 58, 127, 145, 26, 245)]
class SizeChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.WebUI.Core.WebUICommandBarContract), 65536)]
[Windows.Foundation.Metadata.Guid(3567058492, 56622, 19496, 182, 39, 48, 58, 127, 145, 26, 245)]
public delegate void SizeChangedEventHandler(WebUICommandBarSizeChangedEventArgs eventArgs);
var sizeChangedEventHandlerHandler = function(eventArgs){
/* Your code */
}
Public Delegate Sub SizeChangedEventHandler(eventArgs As WebUICommandBarSizeChangedEventArgs)

Paramètres

eventArgs
WebUICommandBarSizeChangedEventArgs

Fournit des données lorsque la taille de la barre de commandes change.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
API contract
Windows.UI.WebUI.Core.WebUICommandBarContract (introduit dans v1.0)

Remarques

L’utilisation de l’élément d’expérience utilisateur de la barre de commandes (également appelée « Barre des applications ») est déconseillée pour les applications UWP utilisant JavaScript et n’est plus prise en charge. Si votre application en a toujours besoin, cette fonctionnalité est disponible à partir de la bibliothèque WinJS 4 .

S’applique à