Version

PostBackEventArgs class

Base class for object used as parameter while raising client events related to postback action.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.PostBackEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.PostBackEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.PostBackEventArgs

See Also