D
Derek Hart
I wish to create a routine that can handle removing event handlers. What
type of variable can I pass into the routine (into EventName) to handle
this?
Function HandlerAddRemove(ByVal ctl As Control, ByVal EventName As ??????)
RemoveHandler cboCriteria001.RowSelected, AddressOf EventName
End Function
Derek
type of variable can I pass into the routine (into EventName) to handle
this?
Function HandlerAddRemove(ByVal ctl As Control, ByVal EventName As ??????)
RemoveHandler cboCriteria001.RowSelected, AddressOf EventName
End Function
Derek