Skip to main content

CommandEventArgs

Namespace: Wisej.Web.Ext.CKEditor

Assembly: Wisej.Web.Ext.CKEditor

Provides data for the Command event.

public class CommandEventArgs : EventArgs

Constructors

Instance memberCommandEventArgs(command)

Initializes an instance of the CommandEventArgs class.

NameTypeDescription
commandStringThe event data from the client.

Properties

Instance memberCommand

String: Returns the name of the command that was executed by the CKEditor control.