%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdmouseoutDelegate Delegate
See Also 
vdWebLibrary Namespace : vdmouseoutDelegate Delegate
eventargs
The vdmouseoverEventArgsobject of the event.
Represents a method that will handle the vdmouseout event.

Syntax

JScript 
public delegate vdmouseoutDelegate( 
   eventargs : vdmouseoverEventArgs
)

Parameters

eventargs
The vdmouseoverEventArgsobject of the event.

See Also