Click or drag to resize
EditorPreUpload Event
Event which is triggered immediately prior to an uploaded file being processed.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public event EventHandler<PreUploadEventArgs> PreUpload

Value

Type: SystemEventHandlerPreUploadEventArgs
See Also