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 ) |
Visual Basic |
---|
Public Sub New ( _ uploader As UploaderBase, _ guid As Guid, _ filename As String _ ) |
Visual C++ |
---|
public: UploaderEventArgs( UploaderBase^ uploader, Guid guid, String^ filename ) |
Parameters
- uploader
- Type: CuteEditor..::..UploaderBase
The uploader.
- guid
- Type: System..::..Guid
The GUID.
- filename
- Type: System..::..String
The filename.