CKFinder 3 – ASP.NET Connector Documentation
BeforeCommandEvent Class Reference

Event published before command execution. More...

Inheritance diagram for BeforeCommandEvent:
EventBase

Public Member Functions

 BeforeCommandEvent (ICommandRequest commandRequest, ICommand commandInstance)
 Constructs a new instance of BeforeCommandEvent. More...
 

Properties

ICommand CommandInstance [get]
 Gets the instance of executed command. 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 command execution.

The command will not be executed if event propagation has been stopped.

Constructor & Destructor Documentation

◆ BeforeCommandEvent()

BeforeCommandEvent ( ICommandRequest  commandRequest,
ICommand  commandInstance 
)
inline

Constructs a new instance of BeforeCommandEvent.

Parameters
commandRequestA command request object.
commandInstanceAn instance of executed command.

Property Documentation

◆ CommandInstance

ICommand CommandInstance
get

Gets the instance of executed command.


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