How to use CustomButtonClickNotify

Top  Previous  Next

EurekaLog includes an "CustomButtonClickNotify" event that will be executed every time that an user will click on the "Customizable Help Button".

 

The syntax of this event is:

 

private void EurekaLog_CustomButtonClickNotify(Exception Error, EurekaLogSystem.EurekaLogOptions Options, ref bool CloseDialog)

 

Use the "Error" parameter to check the exception type.

 

Use the "EurekaLogOptions" parameter to get and set every EurekaLog option at run-time.

 

Use the "CloseDialog" parameter to choose if close or not the exception dialog.