BamlLocalizer.OnErrorNotify(BamlLocalizerErrorNotifyEventArgs) Method

Definition

Raises the ErrorNotify event.

protected:
 virtual void OnErrorNotify(System::Windows::Markup::Localizer::BamlLocalizerErrorNotifyEventArgs ^ e);
protected virtual void OnErrorNotify (System.Windows.Markup.Localizer.BamlLocalizerErrorNotifyEventArgs e);
abstract member OnErrorNotify : System.Windows.Markup.Localizer.BamlLocalizerErrorNotifyEventArgs -> unit
override this.OnErrorNotify : System.Windows.Markup.Localizer.BamlLocalizerErrorNotifyEventArgs -> unit
Protected Overridable Sub OnErrorNotify (e As BamlLocalizerErrorNotifyEventArgs)

Parameters

e
BamlLocalizerErrorNotifyEventArgs

Required event arguments.

Remarks

If you override this method, call base, unless you do not want the derived class to raise the event.

Applies to

See also