SavedContent Event
Assembly: EPiServer (in EPiServer.dll) Version: 9.7.2
Occurs when an existing content item has been saved to the repository.
Syntax:
C# |
---|
event EventHandler<ContentEventArgs> SavedContent |
Parameters:
Remarks
This event will be raised along with the PublishedContent or the CheckedInContent if the content item should be published or checked in while saved.
See Also