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 : KeyUpEventHandler Delegate |
public delegate void KeyUpEventHandler( object sender, KeyUpEventArgs e )
'Declaration
Public Delegate Sub KeyUpEventHandler( _ ByVal sender As Object, _ ByVal e As KeyUpEventArgs _ )
'Usage
Dim instance As New KeyUpEventHandler(AddressOf HandlerMethod)
public delegate void KeyUpEventHandler( Object^ sender, KeyUpEventArgs^ e )