Click or drag to resize

UploadedFileEventArgs Class

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

Namespace:  WorkflowGen.My.Web.UI.WebControls
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
public class UploadedFileEventArgs : EventArgs

The UploadedFileEventArgs type exposes the following members.

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