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