Try using:
AddHandler anim.Completed , Addressof endEvent

endEvent will need to have the same signature as the anim.Completed Event
i.e. (sender As Object, e As System.EventArg s)'

Dave