Accusoft.ImagXpress13.Net
ImageXView.RotationGestureOccurredEventHandler Delegate




A System.Object that fired the event.
The RotationGestureOccurredEventArgs which contains information about the event.
A handler for the rotation gesture occurred event.
Syntax
'Declaration
 
Public Delegate Sub ImageXView.RotationGestureOccurredEventHandler( _
   ByVal sender As Object, _
   ByVal e As RotationGestureOccurredEventArgs _
) 
'Usage
 
Dim instance As New ImageXView.RotationGestureOccurredEventHandler(AddressOf HandlerMethod)
public delegate void ImageXView.RotationGestureOccurredEventHandler( 
   object sender,
   RotationGestureOccurredEventArgs e
)
public: __gc __delegate void ImageXView.RotationGestureOccurredEventHandler( 
   Object* sender,
   RotationGestureOccurredEventArgs* e
)
public delegate void ImageXView.RotationGestureOccurredEventHandler( 
   Object^ sender,
   RotationGestureOccurredEventArgs^ e
)

Parameters

sender
A System.Object that fired the event.
e
The RotationGestureOccurredEventArgs which contains information about the event.
See Also

Reference

ImageXView.RotationGestureOccurredEventHandler Members
Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback