The PropertyEditorEventArgs class is a cusom EventArgs class for handling Event Args from a change in value of a property.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class PropertyEditorEventArgs : EventArgs
Visual Basic
Public Class PropertyEditorEventArgs
	Inherits EventArgs

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DotNetNuke.UI.WebControls..::..PropertyEditorEventArgs

See Also