Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
Arguments from the LoadError SmartCallback.
public class SmartCallbackLoadErrorArgs : EventArgs
- Inheritance
-
object
System.EventArgs
SmartCallbackLoadErrorArgs
Properties
View Source
Cancellation
Whether the error should be treated as a cancellation.
Declaration
public bool Cancellation { get; }
Property Value
Declaration
public LoadErrorCode Code { get; }
Property Value
Declaration
public string Description { get; }
Property Value
Declaration
public string Url { get; }
Property Value