AfterViewComponentEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An EventData that occurs after a ViewComponent.
public ref class AfterViewComponentEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class AfterViewComponentEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type AfterViewComponentEventData = class
inherit EventData
Public NotInheritable Class AfterViewComponentEventData
Inherits EventData
- Inheritance
Constructors
| AfterViewComponentEventData(ActionDescriptor, ViewComponentContext, IViewComponentResult, Object) |
Initializes a new instance of AfterViewComponentEventData. |
Fields
| EventName |
The name of the event. |
| EventNamespace |
The namespace of the event. (Inherited from EventData) |
Properties
| ActionDescriptor |
The ActionDescriptor. |
| Count |
The event count. (Inherited from EventData) |
| Item[Int32] | (Inherited from EventData) |
| ViewComponent |
The view component. |
| ViewComponentContext |
The ViewComponentContext. |
| ViewComponentResult |
The IViewComponentResult. |
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) |