Accusoft.ImagXpress13.Net
ImageXView.RotationGestureOccurringEventHandler Delegate




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

Parameters

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

Reference

ImageXView.RotationGestureOccurringEventHandler Members
Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback