Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace : MouseDownEventHandler Delegate |
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)
public delegate void MouseDownEventHandler( Object^ sender, MouseDownEventArgs^ e )