| UltimateEditor Class Library |
|
PostBackEventArgs Constructor
Constructor used to pass in parameters.
[Visual Basic]
Public Sub New( _
ByVal
postBackValue As
String _
)
[C#]
public PostBackEventArgs(
string postBackValue);
See Also
PostBackEventArgs Class | Karamasoft.WebControls.UltimateEditor Namespace