Delegate vdPromptDelegate
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Represents a method that will handle the vdPrompt event.
public delegate void vdPromptDelegate(vdrawObj sender, string message)
Parameters
Examples
function _vdPrompt(sender, message) {
//Code to do
}
function fn(){
vdcanvas.vdPrompt = _vdPrompt;
}