Gets a boolean value describing if this event has been handled by another component
Sometimes a keyboard event could be handled by a text box or form. You are told wether or not this keyboard event has been handled by another control through the handled property.
C# Eg., if (false == e.Handled) {}