Class EventTypeEventArgs
- Namespace
- FoundationaLLM.Common.Models.Events
- Assembly
- FoundationaLLM.Common.dll
Event arguments required for event type event delegates.
public class EventTypeEventArgs : EventArgs
- Inheritance
-
EventTypeEventArgs
- Inherited Members
- Extension Methods
Properties
EventType
The event type.
public required string EventType { get; set; }
Property Value
Events
The list of subjects associated with the event.
public required IList<CloudEvent> Events { get; set; }