Delegate EventTypeEventDelegate
- Namespace
 - FoundationaLLM.Common.Models.Events
 
- Assembly
 - FoundationaLLM.Common.dll
 
Multicast delegate used by the Azure Event Grid event service to provide support for subscribing to event types.
public delegate void EventTypeEventDelegate(object sender, EventTypeEventArgs e)
  Parameters
senderobjectThe object raising the event.
eEventTypeEventArgsThe EventTypeEventArgs that contains the details about the events being raised.
- Extension Methods