RangeSelectionChangedEventArgs<T>.

RangeSelectionChangedEventArgs(T, T, T, T, RoutedEvent) Constructor

Summary

This is an instance constructor for the RoutedPropertyChangedEventArgs class. It is constructed with a reference to the event being raised.

Syntax

public RangeSelectionChangedEventArgs(T oldLowerValue, T newLowerValue, T oldUpperValue, T newUpperValue, RoutedEvent routedEvent)

Parameters

Name Type Description
oldLowerValue T The old lower property value
newLowerValue T The new lower property value
oldUpperValue T The old upper property value
newUpperValue T The new upper property value
routedEvent RoutedEvent RoutedEvent

Return Value

Type Description
void