Delegate vdmousewheelDelegate
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Represents a method that will handle the vdmousewheel event.
public delegate void vdmousewheelDelegate(vdmouseoverEventArgs eventargs)
Parameters
eventargsvdmouseoverEventArgsThe vdmouseoverEventArgsobject of the event.
Examples
function _vdmousewheel(e) {
//Code to do
}
function fn(){
vdcanvas.vdmousewheel = _vdmousewheel;
}