Accusoft.ImagXpress13.Net
ImageXView.ZoomGestureOccurringEventHandler Delegate




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

Parameters

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

Reference

ImageXView.ZoomGestureOccurringEventHandler Members
Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback