BamlLocalizerErrorNotifyEventHandler 代理人

定義

表示處理 ErrorNotify 事件的方法。

public delegate void BamlLocalizerErrorNotifyEventHandler(System::Object ^ sender, BamlLocalizerErrorNotifyEventArgs ^ e);
public delegate void BamlLocalizerErrorNotifyEventHandler(object sender, BamlLocalizerErrorNotifyEventArgs e);
type BamlLocalizerErrorNotifyEventHandler = delegate of obj * BamlLocalizerErrorNotifyEventArgs -> unit
Public Delegate Sub BamlLocalizerErrorNotifyEventHandler(sender As Object, e As BamlLocalizerErrorNotifyEventArgs)

參數

sender
Object

事件的來源。

擴充方法

GetMethodInfo(Delegate)

取得表示特定委派所代表之方法的物件。

適用於

另請參閱