ImageGear PDF v25.2 - Updated
Cancel Property (PreDeleteMarkEventArgs)




ImageGear.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > PreDeleteMarkEventArgs Class : Cancel Property
Gets or sets a value indicating whether the process of annotation deletion has to be canceled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As PreDeleteMarkEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Set to true if you want to cancel the annotation deletion, otherwise set to false.
See Also

Reference

PreDeleteMarkEventArgs Class
PreDeleteMarkEventArgs Members

Is this page helpful?
Yes No
Thanks for your feedback.