Class SupersedeEventAttribute
This is used to know if the event arg attributed should supersede another event arg type when tracking events for the same entity. If one event args supersedes another then the event args that have been superseded will mean that the event will not be dispatched or the args will be filtered to exclude the entity.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public class SupersedeEventAttribute : Attribute
Constructors
View SourceSupersedeEventAttribute(Type)
Declaration
public SupersedeEventAttribute(Type supersededEventArgsType)
Parameters
Type | Name | Description |
---|---|---|
Type | supersededEventArgsType |
Properties
View SourceSupersededEventArgsType
Declaration
public Type SupersededEventArgsType { get; }
Property Value
Type | Description |
---|---|
Type |