'Declaration
Public Delegate Sub ImageXView.ZoomGestureOccurringEventHandler( _
ByVal As Object, _
ByVal As ZoomGestureOccurringEventArgs _
)
'Usage
Dim instance As New ImageXView.ZoomGestureOccurringEventHandler(AddressOf HandlerMethod)
public delegate void ImageXView.ZoomGestureOccurringEventHandler(
object ,
ZoomGestureOccurringEventArgs
)
public: __gc __delegate void ImageXView.ZoomGestureOccurringEventHandler(
Object* ,
ZoomGestureOccurringEventArgs*
)
public delegate void ImageXView.ZoomGestureOccurringEventHandler(
Object^ ,
ZoomGestureOccurringEventArgs^
)