Version

RaiseEventHelper Method

Called when the Infragistics.Win.Touch.IGestureConsumer.RaiseEvent(Infragistics.Win.Touch.GestureEventIds,System.EventArgs) method is called.
Syntax
'Declaration
 
Protected Overridable Sub RaiseEventHelper( _
   ByVal eventId As Infragistics.Win.Touch.GestureEventIds, _
   ByVal eventArgs As EventArgs _
) 
protected virtual void RaiseEventHelper( 
   Infragistics.Win.Touch.GestureEventIds eventId,
   EventArgs eventArgs
)

Parameters

eventId
The ID of the touch event which needs to be raised.
eventArgs
The event arguments.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UltraPanel Class
UltraPanel Members
Infragistics.Win.Touch.IGestureConsumer