ImageGear .NET - Updated July 5, 2018
Cancel Property (PreDeleteMarkEventArgs)




ImageGear24.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

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