Class HandledEventArgs
Event args that allow a handled flag to be set.
Inherited Members
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public class HandledEventArgs : EventArgs
Constructors
HandledEventArgs()
Declaration
public HandledEventArgs()
Properties
IsHandled
When true indicates that the event has been handled and no more processing should continue.
Declaration
public bool IsHandled { get; set; }
Property Value
Type | Description |
---|---|
bool |