AVAX events
- BeforeClick: Occurs when the user presses and then releases a mouse button in the drawing
- BeforeCopy: This event occurs before some objects are copied to a relative new location
- BeforeMirror: This event occurs before some objects are mirror copied by a specific mirror line
- BeforeMove: This event occurs before some objects are moved to a relative new location
- BeforeRotate: This event occurs before some objects are rotated with a rotation center point and a rotation angle
- BeforeScale: This event occurs before some objects are scaled with a scale base point and a scale magnifying factor
- BeforeTransform: This event occurs before some objects are transformed based on a 3x3 transformation array
- Change: Occurs when a change is made in the drawing. That can be the creation of a new object, the deletion of an object, etc.
- Click: Occurs when the user presses and then releases a mouse button over AVAX
- DblClick: Occurs when the user presses and releases a mouse button and then presses and releases it again over AVAX
- DrawingRepainted: This event occurs when the current drawing in the window is repainted and returns the handles of the objects that have been repainted
- EnterFocus: Occurs when focus enters the object AVAX
- ExitFocus: Occurs when focus leaves the object AVAX
- Hide: Occurs when the object's AVAX Visible property changes to False
- HitTest: Occurs when the user moves the mouse over AVAX
- KeyDown: Occurs when the user presses a key from the keyboard when AVAX has the focus
- KeyPress: Occurs when the user presses and releases a key from the keyboard when AVAX has the focus
- KeyUp: Occurs when the user releases a key from the keyboard when AVAX has the focus
- MouseDown: Occur when the user presses a mouse button over AVAX
- MouseIn: Occurs when the mouse pointer is going in the drawing area
- MouseMove: Occurs when the user moves the mouse over AVAX
- MouseOut: Occurs when the mouse pointer is going out of the drawing area
- MouseStop: Occurs when the mouse pointer in the drawing area stops moving
- MouseUp: Occur when the user releases a mouse button over AVAX
- NewUserItems: The event returns with the handles of the new objects that have been created with the use of the property Command
- Paint: Occurs when part or all of object AVAX is exposed after being moved or enlarged, or after a window that was covering the object AVAX has been moved
- PrintingPage: This event occurs when a page is being printed and returns the number of the current printing page and the number of the total pages to be print
- Resize: Occurs when object AVAX has been resized
- SelectChange: This event occurs when a new selection or unselection is done and returns the handle of the last selected object
- SelectRegionStretch: This event occurs when the SelectRegion window is changing and returns the handles of the selected objects that will be transformed
- SelectedPoints: This event is related with the command SelectPoints which has been used in the drawing to select points with a specific key name. When a selection of every point is executed this event is triggered
- SetExternalLines: This event is related with the command Add_ExternalLines which has been used in the drawing to create external lines with a specific key name. When this event is triggered you can give the coordinates of the external lines
- Show: Occurs when the object's AVAX Visible property changes to True
- ZoomChange: This event occurs when the current zoomed view is changed and returns with the coordinates of the new window viewport
‹ Back to product details