View Source
Class ActionExecutedEventArgs
Inheritance
System.Object
System.EventArgs
Assembly: Umbraco.Web.dll
Syntax
public class ActionExecutedEventArgs : EventArgs
Constructors
View Source
ActionExecutedEventArgs(Controller, Object)
Declaration
public ActionExecutedEventArgs(Controller controller, object model)
Parameters
Type |
Name |
Description |
Controller |
controller |
|
System.Object |
model |
|
Properties
View Source
Controller
Declaration
public Controller Controller { get; set; }
Property Value
Type |
Description |
Controller |
|
View Source
Model
Declaration
public object Model { get; set; }
Property Value
Type |
Description |
System.Object |
|