Gets or sets a value indicating whether the event was handled. true to bypass the control's default handling; otherwise, false to also pass the event along to the default control handler.
SYNTAX
public bool Handled { get; set; }
Modified on: Sun, May 6, 2018 at 7:15 PM
Gets or sets a value indicating whether the event was handled. true to bypass the control's default handling; otherwise, false to also pass the event along to the default control handler.
public bool Handled { get; set; }
Did you find it helpful? Yes No
Send feedback