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