WebViewLoadingEventArgsCancel Property |
Gets or sets a value indicating whether to cancel the load.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
member Cancel : bool with get, set
Property Value
Type:
Booleantrue to cancel loading the page; otherwise,
false.
See Also