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