DidCancel Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether the download was cancelled.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public bool DidCancel { get; private set; }
Visual Basic (Declaration)
Public Property DidCancel As Boolean
Visual C++
public:
property bool DidCancel {
	bool get ();
	void set (bool value);
}

See Also