Constructs a new PropertyEditorEventArgs

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

Syntax

C#
public PropertyEditorEventArgs(
	string name
)
Visual Basic
Public Sub New ( 
	name As String
)

Parameters

name
Type: System..::..String
The name of the property

See Also