ValidationEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表將處理 XML 結構驗證事件的回調方法,以及 ValidationEventArgs。
public delegate void ValidationEventHandler(System::Object ^ sender, ValidationEventArgs ^ e);
public delegate void ValidationEventHandler(object? sender, ValidationEventArgs e);
public delegate void ValidationEventHandler(object sender, ValidationEventArgs e);
type ValidationEventHandler = delegate of obj * ValidationEventArgs -> unit
Public Delegate Sub ValidationEventHandler(sender As Object, e As ValidationEventArgs)
參數
事件資料。
擴充方法
| 名稱 | Description |
|---|---|
| GetMethodInfo(Delegate) |
取得一個代表指定代理所代表方法的物件。 |