CollectionViewSourceBehavior..::..OnIsAscendingChanged Method

Handles the [E:IsAscendingChanged] event.

Namespace:  Wpf.NotificationCenter.Behaviors
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


public static void OnIsAscendingChanged(
	DependencyObject dependencyObject,
	DependencyPropertyChangedEventArgs e
)
Public Shared Sub OnIsAscendingChanged ( _
	dependencyObject As DependencyObject, _
	e As DependencyPropertyChangedEventArgs _
)
public:
static void OnIsAscendingChanged(
	DependencyObject^ dependencyObject, 
	DependencyPropertyChangedEventArgs^ e
)

Parameters

dependencyObject
Type: DependencyObject
The dependency object.
e
Type: DependencyPropertyChangedEventArgs
The DependencyPropertyChangedEventArgs instance containing the event data.