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>

อาร์กิวเมนต์เหตุการณ์.

 แบบไทย