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