CKFinder 3 – ASP.NET Connector Documentation
SaveImageEvent Class Reference

Event published before image is saved in the file system in SaveImage command. More...

Inheritance diagram for SaveImageEvent:
EventBase

Public Member Functions

 SaveImageEvent (ICommandRequest commandRequest, IFile file)
 Constructs a new instance of SaveImageEvent. More...
 

Properties

IFile File [get, set]
 The file to save. More...
 
- Properties inherited from EventBase
object UserData [get, set]
 Gets or sets the user data object. More...
 
ICommandRequest CommandRequest [get]
 Gets the command request. More...
 

Additional Inherited Members

- Protected Member Functions inherited from EventBase
 EventBase (ICommandRequest commandRequest)
 Constructs a new instance of EventBase. More...
 

Detailed Description

Event published before image is saved in the file system in SaveImage command.

The image will not be saved if event propagation has been stopped.

Constructor & Destructor Documentation

◆ SaveImageEvent()

SaveImageEvent ( ICommandRequest  commandRequest,
IFile  file 
)
inline

Constructs a new instance of SaveImageEvent.

Parameters
commandRequestA command request object.
fileA file to save.

Property Documentation

◆ File

IFile File
getset

The file to save.


The documentation for this class was generated from the following file: