CommandEventArgs

Wisej.Web.Ext.CKEditor.CommandEventArgs

Namespace: Wisej.Web.Ext.CKEditor

Assembly: Wisej.Web.Ext.CKEditor (3.2.0.0)

Provides data for the Command event.

public class CommandEventArgs : EventArgs

Constructors

Initializes an instance of the CommandEventArgs class.

NameTypeDescription

command

The event data from the client.

Properties

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

Last updated