Events for cWebWidgetContainerContextMenu
View event list in alphabetical order.
Inherited Events from cWebContextMenu
| Name | Description | Defining Class |
|---|---|---|
| OnChangeRights | Called whenever user rights are changed in the standard session manager object (cWebSessionManagerStandard) | cWebContextMenu |
| OnContextMenuOpen | Fired whenever the ContextMenu is activated on a valid context OnContextMenuOpen is an event that is triggered whenever the ContextMenu is activated on a valid context. | cWebContextMenu |
| OnDefineMenu | Can be implemented to dynamically define a menu structure This event can be implemented to dynamically define a menu structure. | cWebContextMenu |
| OnItemClick | Fires when a dynamically defined menu item is clicked This event fires when a dynamically defined menu item is clicked. | cWebContextMenu |
Inherited Events from cWebFloatingPanel
| Name | Description | Defining Class |
|---|---|---|
| OnHide | Fires when the floating panel is hidden Fires when the floating panel is hidden. | cWebFloatingPanel |
Inherited Events from cWebBaseDEOServer
| Name | Description | Defining Class |
|---|---|---|
| Refresh | Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO | cWebBaseDEOServer |
Inherited Events from cWebBaseUIObject
| 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 |
| OnCloseModalDialog | Sent by a modal dialog to its invoking object when the dialog closes | cWebBaseUIObject |
Inherited Events from cWebObject
| 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. | cWebObject |
| OnCallEnd | Called at the end of a webapp client call Called at the end of a webapp client call. | cWebObject |
| 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 |
| OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) | cWebObject |
| PostSerializeObject | cWebObject | |
| PreSerializeObject | cWebObject |
Inherited Events from cObject
| Name | Description | Defining Class |
|---|---|---|
| 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 |