UploaderEventArgs Constructor (UploaderBase, Guid, String, Int32)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploaderEventArgs Constructor (UploaderBase, Guid, String, Int32) |
| UploaderEventArgs Class See Also Send Feedback |
Initializes a new instance of the UploaderEventArgs class.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public UploaderEventArgs( UploaderBase uploader, Guid guid, string filename, int filesize ) |
| Visual Basic |
|---|
Public Sub New ( _ uploader As UploaderBase, _ guid As Guid, _ filename As String, _ filesize As Integer _ ) |
| Visual C++ |
|---|
public: UploaderEventArgs( UploaderBase^ uploader, Guid guid, String^ filename, int filesize ) |
Parameters
- uploader
- Type: CuteEditor..::..UploaderBase
The uploader.
- guid
- Type: System..::..Guid
The GUID.
- filename
- Type: System..::..String
The filename.
- filesize
- Type: System..::..Int32
The filesize.