New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
value
Telerik.Web.UI.XmlHttpPanelErrorEventArgs : Sys.EventArgs
Inheritance Hierarchy
- Sys.EventArgs
- Telerik.Web.UI.XmlHttpPanelErrorEventArgs
Methods
get_cancelErrorAlert
Gets the bool value indicating whether the error message will be alerted.
Parameters
Returns
Boolean
get_errorMessage
Gets the message displayed when an error has occurred during the process of loading content.
Parameters
Returns
String
set_cancelErrorAlert
Cancels (or not) the error message alert.
Parameters
value Boolean
Whether or not the error message alert should be canceled.
Returns
None