IAssetManagerEventsBeforeAssetRegionRootCopy Event
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxevent EventHandler<AssetRegionRootCopyEventArgs> BeforeAssetRegionRootCopy
Event BeforeAssetRegionRootCopy As EventHandler(Of AssetRegionRootCopyEventArgs)
event EventHandler<AssetRegionRootCopyEventArgs^>^ BeforeAssetRegionRootCopy {
void add (EventHandler<AssetRegionRootCopyEventArgs^>^ value);
void remove (EventHandler<AssetRegionRootCopyEventArgs^>^ value);
}abstract BeforeAssetRegionRootCopy : IEvent<EventHandler<AssetRegionRootCopyEventArgs>,
AssetRegionRootCopyEventArgs>Value
EventHandlerAssetRegionRootCopyEventArgs
See Also