Interface IBeforeSavingEventHandler

Interface IBeforeSavingEventHandler

Namespace: Aspose.Page.XPS.Features.EventBasedModifications
Assembly: Aspose.Page.dll (25.1.2)

定义通用的保存前事件处理程序接口。

public interface IBeforeSavingEventHandler<t> where T : IModificationAPI

类型参数

T

修改 API 类型。

方法

Handle(BeforeSavingEventArgs<t>)

处理事件。

void Handle(BeforeSavingEventArgs<t> args)

参数

args BeforeSavingEventArgs<t>

事件参数。

 中文