Click or drag to resize

DeletedFileEventArgs Class

Contains uploaded file event arguments
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    WorkflowGen.My.Web.UI.WebControlsDeletedFileEventArgs

Namespace:  WorkflowGen.My.Web.UI.WebControls
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class DeletedFileEventArgs : EventArgs

The DeletedFileEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDeletedFileEventArgs
Creates a new Uploaded File Event arguments
Top
Properties
  NameDescription
Public propertyFile
Uploaded file information
Top
See Also