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>

建構函式

名稱 Description
ValueChangingEventArgs<T>(T, T)

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

屬性

名稱 Description
NewValue

取得由變更事件報告的變動房產新值。

OldValue

取得由變更事件報告的變更屬性的先前值。

適用於