Table of Contents

Event Alert

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

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

public event EventHandler<SvgAlertArgs> Alert

Returns

EventHandler<SvgAlertArgs>
This event occurs when an alert message needs to be displayed.

Remarks

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

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