ValueChangingEventArgs<T> Class

Definition

Provides data for the ValueChangingEventArgs<T> event.

generic <typename T>
public ref class ValueChangingEventArgs : System::ComponentModel::CancelEventArgs
public class ValueChangingEventArgs<T> : System.ComponentModel.CancelEventArgs
type ValueChangingEventArgs<'T> = class
    inherit CancelEventArgs
Public Class ValueChangingEventArgs(Of T)
Inherits CancelEventArgs

Type Parameters

T

The generic type of value.

Inheritance
ValueChangingEventArgs<T>

Constructors

ValueChangingEventArgs<T>(T, T)

Initializes a new instance of the ValueChangingEventArgs<T> class.

Properties

NewValue

Gets the new value of a changing property as reported by a property changed event.

OldValue

Gets the previous value of a changing property as reported by a property changed event.

Applies to