Initializes a new instance of the UploaderEventArgs class.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public UploaderEventArgs(
	UploaderBase uploader,
	Guid guid
)
Visual Basic
Public Sub New ( _
	uploader As UploaderBase, _
	guid As Guid _
)
Visual C++
public:
UploaderEventArgs(
	UploaderBase^ uploader, 
	Guid guid
)

Parameters

uploader
Type: RTE..::..UploaderBase
The uploader.
guid
Type: System..::..Guid
The GUID.

See Also