[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events.NavItemEventHandler

NavItemEventHandler Delegate

Represents a method that can handle item events which may or may not require further processing after the event handler has returned.

Namespace: C1.Win.Input.DbNavigator.Events
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
public delegate void NavItemEventHandler(object sender, NavItemEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

NavItemEventArgs e

An NavItemEventArgs that contains no event data.

Constructors

Name Description
NavItemEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, NavItemEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, NavItemEventArgs)