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>
イベント引数。