Represents the method that will handle Uploader control events.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
public delegate void UploaderEventHandler( Object sender, UploaderEventArgs args ) |
| Visual Basic |
|---|
Public Delegate Sub UploaderEventHandler ( _ sender As Object, _ args As UploaderEventArgs _ ) |
| Visual C++ |
|---|
public delegate void UploaderEventHandler( Object^ sender, UploaderEventArgs^ args ) |