ImageGear .NET - Updated
Annotator.ArtMouseButtonEventHandler Delegate




ImageGear24.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)
public delegate void Annotator.ArtMouseButtonEventHandler( 
   object sender,
   ArtMouseButtonEventArgs e
)
public: __gc __delegate void Annotator.ArtMouseButtonEventHandler( 
   Object* sender,
   ArtMouseButtonEventArgs* e
)
public delegate void Annotator.ArtMouseButtonEventHandler( 
   Object^ sender,
   ArtMouseButtonEventArgs^ e
)

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