public delegate void OnEvent( int msg )
Public Delegate Sub OnEvent ( msg As Integer )
type OnEvent = delegate of msg : int -> unit