%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
action Property
See Also 
vdWebLibrary Namespace > SelectionModifiedArgs Class : action Property
Returns the active BaseActionObj object.

Syntax

JScript 
public function get action : BaseActionObj

Remarks

User can get the user selected items array from action.customData method. Note the action.customData will not contain the passed selectedItem. It will b added after the event.

See Also