ComponentOne Gauges for WinForms
DrawFocusEventHandler Delegate

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : DrawFocusEventHandler Delegate
The source of the event.
A DrawFocusEventArgs object that contains the event data.
Represents a method that handles the DrawFocus event.
Syntax
'Declaration
 
Public Delegate Sub DrawFocusEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DrawFocusEventArgs _
) 
public delegate void DrawFocusEventHandler( 
   System.object sender,
   DrawFocusEventArgs e
)

Parameters

sender
The source of the event.
e
A DrawFocusEventArgs object that contains the event data.
See Also

Reference

DrawFocusEventHandler Members
C1.Win.C1Gauge Namespace