Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

MouseDownEventHandler Delegate






The source of the event.
A MouseDownEventArgs object that contains the event data.
Represents the method that will handle an event that has received MouseDownEventArgs data.
Syntax
public delegate void MouseDownEventHandler( 
   object sender,
   MouseDownEventArgs e
)
public delegate void MouseDownEventHandler( 
   Object^ sender,
   MouseDownEventArgs^ e
)
'Declaration
 
Public Delegate Sub MouseDownEventHandler( _
   ByVal sender As Object, _
   ByVal e As MouseDownEventArgs _
) 
 
'Usage
 
Dim instance As New MouseDownEventHandler(AddressOf HandlerMethod)

Parameters

sender
The source of the event.
e
A MouseDownEventArgs object that contains the event data.
Remarks
Represents the method that will handle an event that has received MouseDownEventArgs data. When the MouseDownEvent event is raised in a toolkit object, any subscribed event handlers in your code will be called. See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.
Requirements

Target Platforms

See Also

Reference

MouseDownEventHandler Members
Leadtools.Multimedia Namespace

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features