Interface IBeforeSavingEventHandler

Interface IBeforeSavingEventHandler

名称: Aspose.Page.XPS.Features.EventBasedModifications 集合: Aspose.Page.dll (25.4.0)

定义常见的预保存事件交易界面。

public interface IBeforeSavingEventHandler<t> where T : IModificationAPI

类型参数

T

改造 API 类型。

Methods

Handle(此分類上一篇: T>)

处理事件。

void Handle(BeforeSavingEventArgs<t> args)

Parameters

args BeforeSavingEventArgs

事件论点。

 中文