Compartilhar via


Shell.IShellController.AppearanceChanged(Element, Boolean) Method

Definition

 virtual void Microsoft.Maui.Controls.IShellController.AppearanceChanged(Microsoft::Maui::Controls::Element ^ source, bool appearanceSet) = Microsoft::Maui::Controls::IShellController::AppearanceChanged;
void IShellController.AppearanceChanged (Microsoft.Maui.Controls.Element source, bool appearanceSet);
abstract member Microsoft.Maui.Controls.IShellController.AppearanceChanged : Microsoft.Maui.Controls.Element * bool -> unit
override this.Microsoft.Maui.Controls.IShellController.AppearanceChanged : Microsoft.Maui.Controls.Element * bool -> unit
Sub AppearanceChanged (source As Element, appearanceSet As Boolean) Implements IShellController.AppearanceChanged

Parameters

source
Element
appearanceSet
Boolean

Implements

Applies to