WorkflowFileUploadOnLoad Method |
Executed when control is loaded
WorkflowFileUpload will first see if there is any new file in his storage directory
If a file appeared WorkflowFileUpload will try to apply restriction rules (size limit and extensions)
If the last created file is accepted then he'll delete others
Else the control will see if another file was registered before the current load
Namespace:
WorkflowGen.My.Web.UI.WebControls
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax protected override void OnLoad(
EventArgs e
)
Protected Overrides Sub OnLoad (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also