Interface IBeforeSavingEventHandler
Interface IBeforeSavingEventHandler
Namespace: Aspose.Page.XPS.Features.EventBasedModifications
Assembly: Aspose.Page.dll (25.8.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. </t></t>