DataForm OnFileProcessingEventHandler DelegateKentico 8.1 API Reference
Represents the method that will handle the file processing event.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

sender
Type: OnlineSystem Object
Sender object
editedObject
Type: OnlineSystem Object
Depends on edited object - could be AbstractInfo or IDataClass type
uploadedFiles
Type: OnlineSystem.Collections.Generic List OnlineString 
Array with IDs of uploaders where a file was uploaded
deletedFiles
Type: OnlineSystem.Collections.Generic List OnlineString 
Array with IDs of uploaders where a file was deleted
See Also