CKFinder 3 – ASP.NET Connector Documentation
ImageEditEvent Class Reference

Event published before image is modified in ImageEdit command. More...

Inheritance diagram for ImageEditEvent:
EventBase

Public Member Functions

 ImageEditEvent (ICommandRequest commandRequest, IImageFile inputFile, IImageFile outputFile, ImageFactory imageFactory)
 Constructs a new instance of ImageEditEvent. More...
 

Properties

IImageFile InputFile [get, set]
 The input file. More...
 
IImageFile OutputFile [get, set]
 The output file. More...
 
ImageFactory ImageFactory [get]
 The image factory. 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 modified in ImageEdit command.

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

Constructor & Destructor Documentation

◆ ImageEditEvent()

ImageEditEvent ( ICommandRequest  commandRequest,
IImageFile  inputFile,
IImageFile  outputFile,
ImageFactory  imageFactory 
)
inline

Constructs a new instance of ImageEditEvent.

Parameters
commandRequestA command request object.
inputFileAn input file.
outputFileAn output file.
imageFactoryAn image factory.

Property Documentation

◆ ImageFactory

ImageFactory ImageFactory
get

The image factory.

◆ InputFile

IImageFile InputFile
getset

The input file.

◆ OutputFile

IImageFile OutputFile
getset

The output file.


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