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

In This Topic
NavItemPaintEventHandler Delegate
In This Topic
Represents a method that can handle item rendering events which may or may not require further processing after the event handler has returned.
Syntax
'Declaration
 
Public Delegate Sub NavItemPaintEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavItemPaintEventArgs _
) 
 

Parameters

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