Click or drag to resize

IAssetEventsBeforeAssetCheckOut Event


This event is fired before a page is checked out.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
event EventHandler<AssetRecursiveEventArgs> BeforeAssetCheckOut

Value

Type: SystemEventHandlerAssetRecursiveEventArgs
Remarks
If the check-out is recursive, this event only fires for the root page.
See Also