Table of Contents

Event Error

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

This event occurs when an error message needs to be displayed.

public event EventHandler<SvgErrorArgs> Error

Returns

EventHandler<SvgErrorArgs>
This event occurs when an error message needs to be displayed.

Remarks

If this event is not handled, the control may display the error message using the standard message dialog.

If you do not want to display the error messages, handle this event and set Handled property to true.