'Declaration Public Delegate Sub AnnotationModeEndingEventHandler( _ ByVal sender As Object, _ ByVal e As AnnotationModeEventArgs _ )
'Usage Dim instance As New AnnotationModeEndingEventHandler(AddressOf HandlerMethod)
public delegate void AnnotationModeEndingEventHandler( object sender, AnnotationModeEventArgs e )
Parameters
- sender
- Source of the event
- e
- Event data