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