Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ToolBarButton.ClickEventHandler Delegate
The source of the event
The event data

In This Topic
    ToolBarButton.ClickEventHandler Delegate
    In This Topic
    Represents the method that will handle the ToolBarButton.Click event.
    Syntax
    'Declaration
     
    Public Delegate Sub ToolBarButton.ClickEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void ToolBarButton.ClickEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    The source of the event
    e
    The event data
    See Also