SizeChangedEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Preterido. Representa o método que manipulará o evento 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)
Parâmetros
- eventArgs
- WebUICommandBarSizeChangedEventArgs
Fornece dados quando o tamanho da barra de comandos é alterado.
- Atributos
Requisitos do Windows
Família de dispositivos |
Windows Mobile Extension SDK (introduzida na 10.0.10240.0)
|
API contract |
Windows.UI.WebUI.Core.WebUICommandBarContract (introduzida na v1.0)
|
Comentários
O uso do elemento UX da Barra de Comandos (também conhecido como "Barra de Aplicativos") foi preterido para aplicativos UWP usando JavaScript e não tem mais suporte. Se o aplicativo ainda o exigir, essa funcionalidade estará disponível na biblioteca do WinJS 4 .