RangeChangedEventArgs Class

Definition

Event args for a value changing event

public class RangeChangedEventArgs : EventArgs
type RangeChangedEventArgs = class
    inherit EventArgs
Public Class RangeChangedEventArgs
Inherits EventArgs
Inheritance
RangeChangedEventArgs

Constructors

RangeChangedEventArgs(Double, Double, RangeSelectorProperty)

Initializes a new instance of the RangeChangedEventArgs class.

Properties

ChangedRangeProperty

Gets the range property that triggered the event

NewValue

Gets the new value.

OldValue

Gets the old value.

Applies to