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)

获取指示指定委托表示的方法的对象。

适用于

另请参阅