PageDataValidateEventArgsCancel Property |
Gets or sets a value indicating whether
the operation should be canceled.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
property bool Cancel {
bool get ();
void set (bool value);
}
member Cancel : bool with get, set
Property Value
Type:
BooleanSee Also