BamlLocalizer.OnErrorNotify(BamlLocalizerErrorNotifyEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.