[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events.NavItemPaintEventHandler

NavItemPaintEventHandler Delegate

Represents a method that can handle item rendering 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 NavItemPaintEventHandler(object sender, NavItemPaintEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

NavItemPaintEventArgs e

An NavItemPaintEventArgs that contains no event data.

Constructors

Name Description
NavItemPaintEventHandler(object, nint)

Methods

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