RemoveFromContent | Removes a menu item from the right-click menu.
The removal only affects the current right-click event. In subsequent right-click events, the item is displayed (unless this method is again called and the item is removed from the menu). |
ActionSuccess | Indicates whether the application handled the event successfully.
Only relevant when the BeforeAction property is false. |
BeforeAction | Indicates whether the event handler method is being called before the application handles the event or after. |
ColUID | The unique ID of the matrix or grid column on which the event occurred (default is -1). |
EventType | The event type. |
FormUID | The unique ID of the form in which the event occurred. |
ItemUID | The unique ID of the item on which the event occurred. |
Row | The number of the matrix or grid row in which the event occurred.
For matrix objects, the value is 1-based; for grid objects, the value is 0-based. |