ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / DrawFocusEventHandler Delegate
The source of the event.
A DrawFocusEventArgs object that contains the event data.

In This Topic
    DrawFocusEventHandler Delegate
    In This Topic
    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