Show / Hide Table of Contents

Class PropertyEditorItemEventArgs

Inheritance
object
EventArgs
PropertyEditorItemEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class PropertyEditorItemEventArgs : EventArgs

Constructors

PropertyEditorItemEventArgs(EditorInfo)

Declaration
public PropertyEditorItemEventArgs(EditorInfo editor)
Parameters
Type Name Description
EditorInfo editor

Properties

Editor

Declaration
public EditorInfo Editor { get; set; }
Property Value
Type Description
EditorInfo

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS