Leadtools.Multimedia Namespace : KeyPressEventHandler Delegate |
'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 )
public delegate void KeyPressEventHandler( Object^ sender, KeyPressEventArgs^ e )