Chili.Opf3 Send comments on this topic.
Cancel Property
See Also 
Chili.Opf3.Caching Namespace > AddingQueryEventArgs Class : Cancel Property




Gets or sets whether to cancel the add to the cache for this query.

Syntax

Visual Basic (Declaration) 
Public Property Cancel As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AddingQueryEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
C# 
public bool Cancel {get; set;}
Managed Extensions for C++ 
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
C++/CLI 
public:
property bool Cancel {
   bool get();
   void set (bool value);
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also