Click or drag to resize
EditorPostUpload Event
Event which is triggered immediately after an uploaded file has been processed.

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

Value

Type: SystemEventHandlerPostUploadEventArgs
See Also