CommandEventArgs
Namespace: Wisej.Web.Ext.CKEditor
Assembly: Wisej.Web.Ext.CKEditor
Provides data for the Command event.
- C#
- VB.NET
public class CommandEventArgs : EventArgs
Public Class CommandEventArgs
Inherits EventArgs
Constructors
CommandEventArgs(command)
Initializes an instance of the CommandEventArgs class.
| Name | Type | Description |
|---|---|---|
| command | String | The event data from the client. |
Properties
Command
String: Returns the name of the command that was executed by the CKEditor control.