Delegate vdDocument.GetPassWordEventHandler
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will handle the GetPassWord event.
public delegate void vdDocument.GetPassWordEventHandler(object sender, string drawingname, ref string password, ref bool cancel)
Parameters
senderobjectThe Document object.
drawingnamestringa drawing name which is password protected.
passwordstringa reference string with the password
cancelboolSet this as true in order not to run the default VectorDraw event code.