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

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

Parameters

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