[]
        
(Showing Draft Content)

C1.Win.C1Gauge.DrawFocusEventHandler

DrawFocusEventHandler Delegate

Represents a method that handles the DrawFocus event.

Namespace: C1.Win.C1Gauge
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
public delegate void DrawFocusEventHandler(object sender, DrawFocusEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

DrawFocusEventArgs e

A DrawFocusEventArgs object that contains the event data.

Constructors

Name Description
DrawFocusEventHandler(object, IntPtr)

Methods

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