Click or drag to resize
CMSAbstractManager<EventArgsType, SimpleEventArgsType>.OnAfterAction Event
On after action event handler.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public event EventHandler<EventArgsType> OnAfterAction

Value

Type: System.EventHandler<EventArgsType>
See Also