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

In This Topic
NavItemClickEventHandler Delegate
In This Topic
Represents a method that can handle ItemClick cancelable events.
Syntax
'Declaration
 
Public Delegate Sub NavItemClickEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavItemClickEventArgs _
) 
 

Parameters

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