Version

CancelHeaderCheckBoxEventArgs class

Event arguments object that is passed into an event handler for header checkbox clicking This event is cancelable.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.CancelHeaderCheckBoxEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.CancelHeaderCheckBoxEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
            Infragistics.Web.UI.CancelHeaderCheckBoxEventArgs

See Also