Class ActiveSelectionModifyArgs
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Contains all the arguments of a ActiveSelectionModify event. Instances of this class contain information about an item that is being added to or removed from the ActiveSelection() collection.
public class ActiveSelectionModifyArgs
- Inheritance
-
ActiveSelectionModifyArgs
- Inherited Members
Properties
- action
It can be one of the following values: 1 if the item is going to be remove 0 if the item is going to be add
- cancel
Set it to true in order the passed item not to be added or removed to the scriptCommand ActiveSelection
- item
the entity that is going to be added or remove to the ActiveSelection()