T - The modification API type.public interface IBeforeSavingEventHandler<T extends IModificationAPI>
Defines the common before-saving event handler interface.
| Modifier and Type | Method and Description |
|---|---|
void |
handle(BeforeSavingEventArgs<T> args)
Handles the event.
|
void handle(BeforeSavingEventArgs<T> args)
Handles the event.
args - Event arguments.Copyright © 2025 Aspose. All Rights Reserved.