Interface IBeforeSavingEventHandlerT

IBeforeSavingEventHandler<T> interface

Defines the common before-saving event handler interface.

public interface IBeforeSavingEventHandler<T>
    where T : IModificationAPI
ParameterDescription
TThe modification API type.

Methods

NameDescription
Handle(BeforeSavingEventArgs<T>)Handles the event.

See Also