Constructs a new PropertyEditorEventArgs

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

Syntax

C#
public PropertyEditorEventArgs(
	string name,
	Object newValue,
	Object oldValue
)
Visual Basic
Public Sub New ( 
	name As String,
	newValue As Object,
	oldValue As Object
)

Parameters

name
Type: System..::..String
The name of the property
newValue
Type: System..::..Object
The new value of the property
oldValue
Type: System..::..Object
The old value of the property

See Also