Version

GridAJAXResponseEventArgs class Members

The following tables list the members exposed by GridAJAXResponseEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertybrowserResponseObjectReturns the browser's response object.  
Public PropertycancelThis method is here to keep the event argument signature for the grid's AJAXResponse event consistent. This method does not do anything and should not be used.  
Public PropertycustomResponseObjectReturns the grid's response object. The objects properties are set on the server.  
Public PropertygridResponseObjectReturns the grid's response object. The objects properties are set on the server.  
See Also