LinkClickedEventArgs

Wisej.Web.Ext.CKEditor.LinkClickedEventArgs

Namespace: Wisej.Web.Ext.CKEditor

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

Provides data for the LinkClicked event.

public class LinkClickedEventArgs : EventArgs

Constructors

Initializes an instance of the LinkClickedEventArgs class.

NameTypeDescription

link

The link clicked in the editor.

Properties

String: Returns the link clicked on the CKEditor control.

Last updated