HandledEventArgs Class
Definition
Section titled “Definition”Event args that allow a handled flag to be set.
public class HandledEventArgs : EventArgsInheritance object → EventArgs
Constructors
Section titled “Constructors”HandledEventArgs()
Section titled “HandledEventArgs()”public HandledEventArgs()Properties
Section titled “Properties”IsHandled
Section titled “IsHandled”When true indicates that the event has been handled and no more processing should continue.
public bool IsHandled { get; set; }