CKFinder 3 – ASP.NET Connector Documentation
AfterCommandEvent Class Reference

Event published after command execution. More...

Inheritance diagram for AfterCommandEvent:
EventBase

Public Member Functions

 AfterCommandEvent (ICommandRequest commandRequest, ICommand commandInstance, CommandResponse commandResponse)
 Constructs a new instance of AfterCommandEvent. More...
 

Properties

ICommand CommandInstance [get]
 Gets the instance of executed command. More...
 
CommandResponse CommandResponse [get, set]
 Gets or sets the instance of command response. 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 after command execution.

Constructor & Destructor Documentation

◆ AfterCommandEvent()

AfterCommandEvent ( ICommandRequest  commandRequest,
ICommand  commandInstance,
CommandResponse  commandResponse 
)
inline

Constructs a new instance of AfterCommandEvent.

Parameters
commandRequestAnd instance of command request.
commandInstanceAn instance of executed command.
commandResponseAn instance of command response.

Property Documentation

◆ CommandInstance

ICommand CommandInstance
get

Gets the instance of executed command.

◆ CommandResponse

CommandResponse CommandResponse
getset

Gets or sets the instance of command response.


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