Aspose::Page::XPS::Features::EventBasedModifications::IBeforeSavingEventHandler class

IBeforeSavingEventHandler class

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

template<typename T>class IBeforeSavingEventHandler : public virtual System::Object
Parameter描述
T修改 API 类型。

方法

方法描述
virtual Handle(System::SharedPtr<BeforeSavingEventArgs<T>>)处理该事件。

另见