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

IBeforeSavingEventHandler class

Defines the common before-saving event handler interface.

template<typename T>class IBeforeSavingEventHandler : public virtual System::Object
ParameterDescription
TThe modification API type.

Methods

MethodDescription
virtual Handle(System::SharedPtr<BeforeSavingEventArgs<T>>)Handles the event.

See Also