Represents the method that will handle an event that has received MouseDownEventArgs data.
public delegate void MouseDownEventHandler(
object sender,
MouseDownEventArgs e
)
Public Delegate Sub MouseDownEventHandler( _
ByVal sender As Object, _
ByVal e As Leadtools.Mediafoundation.MouseDownEventArgs _
)
public delegate void MouseDownEventHandler(
Object^ sender,
Leadtools.Mediafoundation.MouseDownEventArgs^ e
)
sender
The source of the event.
e
A MouseDownEventArgs object that contains the event data.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET