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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.