DotNetNuke 5.2
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) Version: 5.2.0.275

Syntax

C#
public class PropertyEditorEventArgs : EventArgs
Visual Basic (Declaration)
Public Class PropertyEditorEventArgs _
	Inherits EventArgs
Visual C++
public ref class PropertyEditorEventArgs : public EventArgs

Remarks

Inheritance Hierarchy

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

See Also