C#
VB
Java
Objective-C
WinRT C#
C++
Get or sets a value that indicates whether this event is to be cancelled.
public bool Cancel { get; set; }
Public Property Cancel As Boolean
public bool Cancel {get; set;}
@property (nonatomic) BOOL cancel;
public bool getCancel();
public void setCancel(bool value);
<br/>get_Cancel();<br/>set_Cancel(value);<br/>Object.defineProperty('Cancel');
public:
property bool Cancel
{
bool get()
void set(bool value)
}
true if the event is to be cancelled; otherwise, false. The default value is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET