Class AdvancedContentItemEventHandler<T>
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Defines handlers for before and after events related to content items.
public sealed class AdvancedContentItemEventHandler<T> : AdvancedHandler<AdvancedContentItemEventHandler<T>, T> where T : CMSEventArgs, new()
Type Parameters
T
- Inheritance
-
objectAdvancedContentItemEventHandler<T>
- Inherited Members
- Extension Methods
Properties
IsInitiallyCancelable
Indicates whether the event is commenced in a state when it can be canceled.
protected override bool IsInitiallyCancelable { get; }
Property Value
- bool
Remarks
The AdvancedContentItemEventHandler<T> is not cancelable.
Methods
RaiseBefore(T)
Raises the before event
protected override void RaiseBefore(T e)
Parameters
e
TEvent arguments