Attach custom code to validate the uploading file

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public event UploaderEventHandler FileValidating
Visual Basic
Public Event FileValidating As UploaderEventHandler
Visual C++
public:
 event UploaderEventHandler^ FileValidating {
	void add (UploaderEventHandler^ value);
	void remove (UploaderEventHandler^ value);
}

See Also