ImageGear PDF v25.1 - Updated July 30, 2021
Annotator.ArtMouseButtonEventHandler Delegate




ImageGear.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace : Annotator.ArtMouseButtonEventHandler Delegate
The source of the event.
ArtMouseButtonEventArgs class object that contains mouse button event data.
This delegate has been deprecated. Represents the method that will handle mouse button events.
Syntax
'Declaration
 
Public Delegate Sub Annotator.ArtMouseButtonEventHandler( _
   ByVal sender As Object, _
   ByVal e As ArtMouseButtonEventArgs _
) 
 
'Usage
 
Dim instance As New Annotator.ArtMouseButtonEventHandler(AddressOf HandlerMethod)

Parameters

sender
The source of the event.
e
ArtMouseButtonEventArgs class object that contains mouse button event data.
See Also

Reference

Annotator.ArtMouseButtonEventHandler Members
ImageGear.ART.Windows.Controls Namespace