Class GorgonHandledEventArgs
Event arguments used when an event can indicate to other events that it has been handled by another subscriber.
Inherited Members
Namespace: Gorgon.Core
Assembly: Gorgon.Core.dll
Syntax
public class GorgonHandledEventArgs : EventArgs
Properties
| Edit this page View SourceIsHandled
Property to set or return whether the event was handled or not.
Declaration
public bool IsHandled { get; set; }
Property Value
Type | Description |
---|---|
bool |