CKFinder 3 – ASP.NET Connector Documentation
ResizeImageEvent Class Reference

Event published before generation of resized image in ResizeImage command. More...

Inheritance diagram for ResizeImageEvent:
EventBase

Public Member Functions

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

Properties

IFile File [get, set]
 The file to resize. 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 generation of resized image in ResizeImage command.

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

Constructor & Destructor Documentation

◆ ResizeImageEvent()

ResizeImageEvent ( ICommandRequest  commandRequest,
IFile  file 
)
inline

Constructs a new instance of ResizeImageEvent.

Parameters
commandRequestA command request object.
fileA file to resize.

Property Documentation

◆ File

IFile File
getset

The file to resize.


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