Provides data for the FileUploaded event.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

C#
public class FileUploadedEventArgs : EventArgs
Visual Basic (Declaration)
Public Class FileUploadedEventArgs _
	Inherits EventArgs
Visual C++
public ref class FileUploadedEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    ElementIT.UltimateUploader..::.FileUploadedEventArgs

See Also