Events for cWebDragDropFileHelper
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. | cWebObject |
| 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 |
| OnCallEnd | Called at the end of a webapp client call Called at the end of a webapp client call. | cWebObject |
| OnDrop | Called whenever a valid drop is executed on the client Called whenever a valid drop is executed on the client. | cWebDragDropHelper |
| OnFileDrop | Called for each file dropped on the control Called for each file dropped on the control. | cWebDragDropFileHelper |
| OnFileFinished | Triggered once for each file that is uploaded | cWebDragDropFileHelper |
| OnFileUpload | Hook to initialize the upload providing the target path for uploaded files This event is fired before a new file upload starts. | cWebDragDropFileHelper |
| 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 |
| OnLocalFileUpload | cWebDragDropFileHelper | |
| OnNavigateBack | Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) | cWebObject |
| OnUploadFinished | Triggered when the entire upload process is completed | cWebDragDropFileHelper |
| PostSerializeObject | cWebObject | |
| PreSerializeObject | cWebObject |