Field OnCustomMovegrips
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Represents a user define function of type CustomMovegripsDelegate that will be called when grips of a user custom define entity is going to be moved .
public CustomMovegripsDelegate OnCustomMovegrips
Returns
- CustomMovegripsDelegate
- Represents a user define function of type that will be called when grips of a user custom define entity is going to be moved .
Examples
OnCustomDraw for examples
Remarks
When implemented must move the grips of the passed object with the passed offset and in case of move is applied successfully return true, otherwise return false. The move can be applied to all grips or some of them based on the passed indexes of grips to be moved.
see also the OnIsCustom event to know how to define a custom entity and how to trigger the OnCustomDraw event. Also see the OnCustomGetGrips event to know how to define grips for the custom entities and how to trigger it.