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