Class EventParameterAttribute
Indicates that the class should be handled as a parameter for an event instead of as an injectable service.
[AttributeUsage(AttributeTargets.Class)]
public class EventParameterAttribute : Attribute
- Inheritance
-
EventParameterAttribute
- Inherited Members
Constructors
EventParameterAttribute()
public EventParameterAttribute()