AfterApplicationSavedHandler Delegate |
Fired after 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 AfterApplicationSavedHandler(
Object sender,
ApplicationSaveEventArgs e
)
Public Delegate Sub AfterApplicationSavedHandler (
sender As Object,
e As ApplicationSaveEventArgs
)
Parameters
- sender
- Type: SystemObject
The object firing the event. - e
- Type: NetQuarry.MetadataApplicationSaveEventArgs
The event args.
See Also