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