Delegate vdDocument.GenericErrorEventHandler
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will handle the GenericError event.
public delegate void vdDocument.GenericErrorEventHandler(object sender, string Membername, string errormessage)
Parameters
senderobjectThe Document object.
MembernamestringThe name of the method or property where the error raised.
errormessagestringThe description of the error.