Updates the user interface in response to changes to the Days property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void OnDaysChanged(
	DependencyPropertyChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnDaysChanged ( _
	e As DependencyPropertyChangedEventArgs _
)

Parameters

e
Type: System.Windows..::.DependencyPropertyChangedEventArgs
Contains information about changes to the Days property.

See Also