DeletedFileEventArgs Constructor |
Creates a new Uploaded File Event arguments
Namespace:
WorkflowGen.My.Web.UI.WebControls
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public DeletedFileEventArgs(
FileInfo file
)
Public Sub New (
file As FileInfo
)
Parameters
- file
- Type: System.IOFileInfo
See Also