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