LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

MouseMoveEventHandler Delegate






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

Parameters

sender
The source of the event.
e
A MouseMoveEventArgs object that contains the event data.
Remarks
Represents the method that will handle an event that has received MouseMoveEventArgs data. When the MouseMoveEvent 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MouseMoveEventHandler Members
Leadtools.Multimedia Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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