Interface IBeforeSavingEventHandlerT
IBeforeSavingEventHandler<T> interface
Defines the common before-saving event handler interface.
public interface IBeforeSavingEventHandler<T>
where T : IModificationAPI
Parameter | Description |
---|---|
T | The modification API type. |
Methods
Name | Description |
---|---|
Handle(BeforeSavingEventArgs<T>) | Handles the event. |
See Also
- interface IModificationAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page