File upload event.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public event EventHandler<FileUploadEventArgs> FileUploaded
Visual Basic
Public Event FileUploaded As EventHandler(Of FileUploadEventArgs)
Visual C++
public:
 event EventHandler<FileUploadEventArgs^>^ FileUploaded {
	void add (EventHandler<FileUploadEventArgs^>^ value);
	void remove (EventHandler<FileUploadEventArgs^>^ value);
}
F#
member FileUploaded : IEvent<EventHandler<FileUploadEventArgs>,
    FileUploadEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'FileUploadEventArgs>)>)>

See Also