IBeforeSavingEventHandler1.Handle

IBeforeSavingEventHandler<T>.Handle method

Handles the event.

public void Handle(BeforeSavingEventArgs<T> args)
ParameterTypeDescription
argsBeforeSavingEventArgs`1Event arguments.

See Also