Click or drag to resize
Cimbalino ToolkitApplicationBarOnBackgroundColorChanged Method
Called after the background color of the ApplicationBar is changed.

Namespace: Cimbalino.Toolkit.Behaviors
Assembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
protected static void OnBackgroundColorChanged(
	DependencyObject d,
	DependencyPropertyChangedEventArgs e
)

Parameters

d
Type: DependencyObject
The DependencyObject.
e
Type: DependencyPropertyChangedEventArgs
The DependencyPropertyChangedEventArgs instance containing the event data.
Version Information

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also