Constructor used to pass in parameters.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public PostBackEventArgs(
	string postBackValue
)
Visual Basic
Public Sub New ( _
	postBackValue As String _
)
Visual C++
public:
PostBackEventArgs(
	String^ postBackValue
)

Parameters

postBackValue
Type: System..::..String

See Also