Class BeforePageSavingEventHandler

BeforePageSavingEventHandler class

The base class for before-page-saving event handlers.

public abstract class BeforePageSavingEventHandler : IBeforeSavingEventHandler<PageAPI>

Constructors

NameDescription
BeforePageSavingEventHandler()Creates a new instance.

Methods

NameDescription
abstract Handle(BeforeSavingEventArgs<PageAPI>)Handles the event.

See Also