ValueChangingEventArgs<T> 類別

定義

提供 ValueChangingEventArgs<T> 事件的資料。

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

類型參數

T

值的泛型型別。

繼承
ValueChangingEventArgs<T>

建構函式

ValueChangingEventArgs<T>(T, T)

ValueChangingEventArgs<T> 類別的新執行個體初始化。

屬性

NewValue

如屬性變更事件所報告,取得正在變更之屬性的新值。

OldValue

如屬性變更事件所報告,取得正在變更之屬性的舊值。

適用於