Raises the UploadStarted event.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
protected virtual void OnUploadStarted(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overridable Sub OnUploadStarted ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnUploadStarted(
	EventArgs^ e
)

Parameters

e
Type: System..::.EventArgs
The EventArgs instance containing the event data.

See Also