Class vdFilterEntityArgs
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
An object type that Contains all the arguments of a vdFilterEntityDelegate event.
public class vdFilterEntityArgs
- Inheritance
-
vdFilterEntityArgs
- Inherited Members
Properties
- cancel
By default is false and the entity is added to the final selection.Set it true in order the entity not to be added in the selection
- customdata
A user object passed in the FilterEntities(object, vdFilterEntityDelegate) that may be usufull to be used by user checks
- entity
An entity item in the owner collection.
User can check the entity properties and set the cancel = true if he does not want to add it in the selection that return by the FilterEntities(object, vdFilterEntityDelegate) method
If it is null or then the user must check if the owner is valid and if not set the cancel = true in order to ignore all the entities of the owner