Class sent to the event handler when the PostBack event is fired.

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

Syntax

C#
public class PostBackEventArgs : EventArgs
Visual Basic
Public Class PostBackEventArgs _
	Inherits EventArgs
Visual C++
public ref class PostBackEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Karamasoft.WebControls.UltimateEditor..::..PostBackEventArgs

See Also