C1.Win.Input.DbNavigator.Events Namespace / NavItemClickedEventHandler Delegate
The source of the event.
An NavItemClickedEventArgs that contains no event data.

In This Topic
NavItemClickedEventHandler Delegate
In This Topic
Represents a method that can handle ItemClicked events.
Syntax
'Declaration
 
Public Delegate Sub NavItemClickedEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavItemClickedEventArgs _
) 
 

Parameters

sender
The source of the event.
e
An NavItemClickedEventArgs that contains no event data.
See Also