Interface IBeforeSavingEventHandler
Interface IBeforeSavingEventHandler
Namespace: Aspose.Page.XPS.Features.EventBasedModifications
Assembly: Aspose.Page.dll (26.2.0)
Defines the common before-saving event handler interface.
public interface IBeforeSavingEventHandler<T> where T : IModificationAPIType Parameters
T
The modification API type.
Methods
Handle(BeforeSavingEventArgs<T>)
Handles the event.
void Handle(BeforeSavingEventArgs<T> args)Parameters
args BeforeSavingEventArgs
<T>
Event arguments.