Gets or sets whether the event has been handled, and no default processing is required.
public bool Handled { get; set; }
Public Property Handled As Boolean
Set the Handled parameter to true to indicate that the event has been handled, and no default processing is required. If the Handled parameter is left set to false the current end-user action will be processed by the editor.