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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.