When overridden in a derived class, handles 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 virtual void OnDaysChanged(
	DependencyPropertyChangedEventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnDaysChanged ( _
	e As DependencyPropertyChangedEventArgs _
)

Parameters

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

See Also