[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events.NavItemMouseEventHandler

NavItemMouseEventHandler Delegate

Represents a method that can handle mouse specific 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 NavItemMouseEventHandler(object sender, NavItemMouseEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

NavItemMouseEventArgs e

An NavItemMouseEventArgs that contains no event data.

Constructors

Name Description
NavItemMouseEventHandler(object, nint)

Methods

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