ImageGear .NET v25.2 - Updated
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.




In This Topic
    Annotator.ArtMouseButtonEventHandler Delegate
    In This Topic
    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