Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace : MouseUpEventHandler Delegate |
public delegate void MouseUpEventHandler( object sender, MouseUpEventArgs e )
'Declaration
Public Delegate Sub MouseUpEventHandler( _ ByVal sender As Object, _ ByVal e As MouseUpEventArgs _ )
'Usage
Dim instance As New MouseUpEventHandler(AddressOf HandlerMethod)
public delegate void MouseUpEventHandler( Object^ sender, MouseUpEventArgs^ e )