CKFinder 3 – ASP.NET Connector Documentation
CKSource.CKFinder.Connector.Core.Events.Messages Namespace Reference

Classes

class  AfterCommandEvent
 Event published after command execution. More...
 
class  BeforeCommandEvent
 Event published before command execution. More...
 
class  CopyFileEvent
 Event published before copying file in CopyFiles command. More...
 
class  CreateFolderEvent
 Event published before folder creation in CreateFolder command. More...
 
class  DeleteFileEvent
 Event published before deleting file in DeleteFiles command. More...
 
class  DeleteFolderEvent
 Event published before deleting folder in DeleteFolder command. More...
 
class  DownloadFileEvent
 Event published before file is served to the client in DownloadFile command. More...
 
class  EventBase
 Base event class. More...
 
class  FileUploadEvent
 Event published before file is saved in the file system in FileUpload command. More...
 
class  ImageEditEvent
 Event published before image is modified in ImageEdit command. More...
 
class  MoveFileEvent
 Event published before moving file in MoveFiles command. More...
 
class  ProxyDownloadEvent
 Event published before file is served to the client in ProxyDownload command. More...
 
class  RenameFileEvent
 Event published before renaming file in RenameFile command. More...
 
class  RenameFolderEvent
 Event published before renaming folder in RenameFolder command. More...
 
class  ResizeImageEvent
 Event published before generation of resized image in ResizeImage command. More...
 
class  SaveImageEvent
 Event published before image is saved in the file system in SaveImage command. More...