ScalableImageSource.OnBrushChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when Brush property changes.
protected:
virtual void OnBrushChanged(Microsoft::Management::UI::Internal::PropertyChangedEventArgs<System::Windows::Media::Brush ^> ^ e);
protected virtual void OnBrushChanged (Microsoft.Management.UI.Internal.PropertyChangedEventArgs<System.Windows.Media.Brush> e);
abstract member OnBrushChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<System.Windows.Media.Brush> -> unit
override this.OnBrushChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<System.Windows.Media.Brush> -> unit
Protected Overridable Sub OnBrushChanged (e As PropertyChangedEventArgs(Of Brush))