Skip to content

HandledEventArgs Class

Event args that allow a handled flag to be set.

C#
public class HandledEventArgs : EventArgs

Inheritance objectEventArgs

C#
public HandledEventArgs()

When true indicates that the event has been handled and no more processing should continue.

C#
public bool IsHandled { get; set; }