Cancel Property
Summary
Gets or sets the result of the event handler.
Syntax
public bool Cancel { get; set; }
Public Property Cancel As Boolean
public:
property bool Cancel {
bool get();
void set ( bool );
}
Property Value
The value is false if the user code works OK, true otherwise.