Interface IBeforeSavingEventHandler
Interface IBeforeSavingEventHandler
Nome do espaço: Aspose.Page.XPS.Features.EventBasedModifications Assembleia: Aspose.Page.dll (25.4.0)
Defina a interface comum de agente de eventos pré-salvo.
public interface IBeforeSavingEventHandler<t> where T : IModificationAPI
Tipo de Parâmetros
T
Modificação do tipo API.
Methods
Handle(PrevisãoPrimárioT>)
Gerencie o evento.
void Handle(BeforeSavingEventArgs<t> args)
Parameters
Argumentos do evento.