Field OnIsCustom
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Represents a user define function of type IsCustomDelegate that will be called by the cade when need to be checked if an entity is user custom define.
public IsCustomDelegate OnIsCustom
Returns
- IsCustomDelegate
- Represents a user define function of type that will be called by the cade when need to be checked if an entity is user custom define.
Examples
OnCustomDraw for examples
Remarks
When implemented must return true for the entities that are customized by user code in order to trigger the OnCustomDraw event when they are drawn and trigger the OnCustomGetGrips and OnCustomMovegrips events when their grips needed or moved.