Events for cWebDrawing
View event list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| AllowServerAction | Provides a basic hook for controlling server actions based on user rights Before a published function or procedure is called (from the client), AllowServerAction is called. | cWebBaseUIObject |
| Construct_Object | Object constructor. | cObject |
| Destroy_Object | Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. | cObject |
| End_Construct_Object | End of object constructor. | cObject |
| OnBlur | Fires when a control loses the focus OnBlur is an event that triggers when the application user tabs or clicks away from a control that has the focus. | cWebBaseControl |
| OnCallEnd | Called at the end of a webapp client call Called at the end of a webapp client call. | cWebObject |
| OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes | cWebBaseUIObject |
| OnFocus | Fires when a control gains the focus OnFocus is an event that triggers when the application user tabs into or clicks on a control to give it the focus. | cWebBaseControl |
| OnGetNavigateBackData | Called during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface) | cWebObject |
| OnGetNavigateForwardData | Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) | cWebObject |
| OnLoad | Called for each cWebObject during LoadView or LoadWebApp Called for each cWebObject during LoadView or LoadWebApp. | cWebObject |
| OnMouseClick | Receives a mouse click event Receives a mouse click event. | cWebDrawing |
| OnMouseDoubleClick | Receives a mouse double click event Receives a mouse double click event. | cWebDrawing |
| OnMouseDown | Receives a mouse down event Receives a mouse down event. | cWebDrawing |
| OnMouseDrag | Receives a mouse drag event Receives a mouse drag event. | cWebDrawing |
| OnMouseEnter | Receives a mouse enter event Receives a mouse enter event. | cWebDrawing |
| OnMouseLeave | Receives a mouse leave event Receives a mouse leave event. | cWebDrawing |
| OnMouseMove | Receives a mouse move event Receives a mouse move event. | cWebDrawing |
| OnMouseUp | Receives a mouse up event Receives a mouse up event. | cWebDrawing |
| OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) | cWebObject |
| OnReceiveImage | Receives image data Receives image data. | cWebDrawing |
| OnReceiveJsonExport | Receives JSON data of the canvas Receives JSON data of the canvas. | cWebDrawing |
| OnResize | Receives a canvas resize event Receives a canvas resize event. | cWebDrawing |
| PostSerializeObject | cWebObject | |
| PreSerializeObject | cWebObject | |
| Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO | cWebBaseDEOServer |