Partager via


IBorderElement.OnBorderColorPropertyChanged(Color, Color) Method

Definition

public:
 void OnBorderColorPropertyChanged(Microsoft::Maui::Graphics::Color ^ oldValue, Microsoft::Maui::Graphics::Color ^ newValue);
public void OnBorderColorPropertyChanged (Microsoft.Maui.Graphics.Color oldValue, Microsoft.Maui.Graphics.Color newValue);
abstract member OnBorderColorPropertyChanged : Microsoft.Maui.Graphics.Color * Microsoft.Maui.Graphics.Color -> unit
Public Sub OnBorderColorPropertyChanged (oldValue As Color, newValue As Color)

Parameters

oldValue
Color
newValue
Color

Applies to