Delegate KeyPressSpecialEventHandler

Delegate used for the special key press event

System.Object
  System.Delegate
    System.MulticastDelegate
      EPS.Windows.Forms.TouchScreen.KeyPressSpecialEventHandler

public sealed delegate KeyPressSpecialEventHandler : MulticastDelegate

Delegate Members

MemberDescription
Constructor
BeginInvoke
public virtual IAsyncResult BeginInvoke( object sender,
KeyPressSpecialEventArgs e,
AsyncCallback callback,
object object );
EndInvoke
public virtual void EndInvoke( IAsyncResult result );
Invoke
public virtual void Invoke( object sender,
KeyPressSpecialEventArgs e );

Requirements

Namespace: EPS.Windows.Forms.TouchScreen
Assembly: TOUCHSCREENSIMPLEUI.DLL


  Last Updated: 5/23/2007 | © , 2007