Class EventHandlerAttribute
Classes marked with this attribute will be considered for event handler registration from an assembly.
Inheritance
System.Object
System.Attribute
EventHandlerAttribute
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class EventHandlerAttribute : Attribute