Skip to main content

LinkClickedEventArgs

Namespace: Wisej.Web.Ext.CKEditor

Assembly: Wisej.Web.Ext.CKEditor

Provides data for the LinkClicked event.

public class LinkClickedEventArgs : EventArgs

Constructors

Initializes an instance of the LinkClickedEventArgs class.

NameTypeDescription
linkStringThe link clicked in the editor.

Properties

String: Returns the link clicked on the CKEditor control.