AfterHandlerMethodEventData Class

Definition

An EventData that occurs after a handler method is called.

public ref class AfterHandlerMethodEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class AfterHandlerMethodEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type AfterHandlerMethodEventData = class
    inherit EventData
Public NotInheritable Class AfterHandlerMethodEventData
Inherits EventData
Inheritance
AfterHandlerMethodEventData

Constructors

AfterHandlerMethodEventData(ActionContext, IReadOnlyDictionary<String,Object>, HandlerMethodDescriptor, Object, IActionResult)

Initializes a new instance of AfterHandlerMethodEventData.

Fields

EventName

Name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionContext

The ActionContext.

Arguments

The arguments to the method.

Count

The event count.

(Inherited from EventData)
HandlerMethodDescriptor

The HandlerMethodDescriptor.

Instance

The instance.

Item[Int32] (Inherited from EventData)
Result

The result of the method.

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from EventData)
IEnumerable<KeyValuePair<String,Object>>.GetEnumerator() (Inherited from EventData)
IReadOnlyCollection<KeyValuePair<String,Object>>.Count (Inherited from EventData)
IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32] (Inherited from EventData)

Applies to