Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection Namespace / CancelableEventArgs Class / Cancel Property


In This Topic
Cancel Property (CancelableEventArgs)
In This Topic
Gets or sets the Cancel property. Set the Cancel property to true the event.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As CancelableEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also