METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TCalendar
// TODO: Verify others messages
if nMsg==WM_LBUTTONUP
::Super:HandleEvent( nMsg, nWParam, nLParam )
endif
return nil
wich is the message for doubleclick ? ( wm_ ?)