BeforeApplicationSavedHandler Delegate |
Fired before the application is saved.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public delegate void BeforeApplicationSavedHandler(
Object sender,
ApplicationSaveEventArgs e
)
Public Delegate Sub BeforeApplicationSavedHandler (
sender As Object,
e As ApplicationSaveEventArgs
)
Parameters
- sender
- Type: SystemObject
The object firing the event. - e
- Type: NetQuarry.MetadataApplicationSaveEventArgs
The event args.
See Also