C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / LinkClickedEventHandler Delegate
Object that fired the event.
LinkClickedEventArgs object that contains the event data.

In This Topic
LinkClickedEventHandler Delegate
In This Topic
Represents the method that will handle the LinkClicked event.
Syntax
'Declaration
 
Public Delegate Sub LinkClickedEventHandler( _
   ByVal sender As Object, _
   ByVal e As LinkClickedEventArgs _
) 
 

Parameters

sender
Object that fired the event.
e
LinkClickedEventArgs object that contains the event data.
See Also