Well it was a slight assumption - but a common one when redirecting key combinations to another action.
It basically cancels the UI action that raised the event. So in this case, since Ctrl X would normally cause a Cut, it cancels that action and performes the code based alternative only.
It...