LinkClickedEventArgs
Namespace: Wisej.Web.Ext.CKEditor
Assembly: Wisej.Web.Ext.CKEditor
Provides data for the LinkClicked event.
- C#
- VB.NET
public class LinkClickedEventArgs : EventArgs
Public Class LinkClickedEventArgs
Inherits EventArgs
Constructors
LinkClickedEventArgs(link)
Initializes an instance of the LinkClickedEventArgs class.
| Name | Type | Description |
|---|---|---|
| link | String | The link clicked in the editor. |