ValidatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 ValidatedEventArgs 事件的數據。
public ref class ValidatedEventArgs : EventArgs
public class ValidatedEventArgs : EventArgs
type ValidatedEventArgs = class
inherit EventArgs
Public Class ValidatedEventArgs
Inherits EventArgs
- 繼承
-
ValidatedEventArgs
建構函式
| 名稱 | Description |
|---|---|
| ValidatedEventArgs() |
初始化一個新的類別實例 ValidatedEventArgs ,使用預設屬性值。 |
| ValidatedEventArgs(ValidationState) |
初始化一個以指定狀態的新類別實例 ValidatedEventArgs 。 |
屬性
| 名稱 | Description |
|---|---|
| State |
會取得驗證事件的狀態。 |