SizeChangedEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Deprecato. Rappresenta il metodo che gestirà l'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)
Parametri
- eventArgs
- WebUICommandBarSizeChangedEventArgs
Fornisce i dati quando cambia la dimensione della barra dei comandi.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows Mobile Extension SDK (è stato introdotto in 10.0.10240.0)
|
API contract |
Windows.UI.WebUI.Core.WebUICommandBarContract (è stato introdotto in v1.0)
|
Commenti
L'uso dell'elemento UX della barra dei comandi (noto anche come "Barra app") è deprecato per le app UWP usando JavaScript e non più supportato. Se l'app è ancora necessaria, questa funzionalità è disponibile dalla libreria WinJS 4 .