RangeSelectionChangedEventArgs<T> Class

Summary

This RangeSelectionChangedEventArgs class contains old and new value when RangeSelectionChanged is raised.
Namespace
MahApps.Metro.Controls
Base Types
  • RoutedEventArgs
graph BT Type-->Base0["RoutedEventArgs"] Type["RangeSelectionChangedEventArgs<T>"] class Type type-node

Syntax

public class RangeSelectionChangedEventArgs<T> : RoutedEventArgs

Type Parameters

Name Description
T

Constructors

Name Summary
RangeSelectionChangedEventArgs(T, T, T, T, RoutedEvent) This is an instance constructor for the RoutedPropertyChangedEventArgs class. It is constructed with a reference to the event being raised.
RangeSelectionChangedEventArgs(T, T, T, T) This is an instance constructor for the RangeSelectionChangedEventArgs class.

Properties

Name Value Summary
NewLowerValue T
Return the new lower value.
NewUpperValue T
Return the new upper value.
OldLowerValue T
Return the old lower value.
OldUpperValue T
Return the old upper value.

Methods

Name Value Summary
InvokeEventHandler(Delegate, object) void
This method is used to perform the proper type casting in order to call the type-safe RoutedPropertyChangedEventHandler delegate for the IsCheckedChangedEvent event.

See Also

  • RoutedEventArgs