Typed variables in event routines ?

klaus

Expert
Licensed User
Longtime User
Will the event routines directly have typed variables ?
Like:
Sub frmMain_MouseDown (x As Number,y As Number)
Sub cbxMatrix_SelectionChanged (Index As Number, Value)

instead of
Sub frmMain_MouseDown (x, y)
Sub cbxMatrix_SelectionChanged (Index, Value)

I think that this would be intersting.

Best regards.
 
Top