public delegate void AbortRowEventHandler( AbortRowEventArgs e )
Public Delegate Sub AbortRowEventHandler ( e As AbortRowEventArgs )
type AbortRowEventHandler = delegate of e : AbortRowEventArgs -> unit
In This Article