Whether the event is cancelable - this is generally false for "Added" events and true for "Adding" events.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public bool Cancelable { get; set; }
Public Property Cancelable As Boolean
public: property bool Cancelable { bool get (); void set (bool value); }