Cancelled Property
See Also 
SourceCode.Framework Namespace > ModalWindowButtonClickEventArgs Class : Cancelled Property



Glossary Item Box

Set this property to TRUE to cancel the click event

Syntax

Visual Basic (Declaration) 
Public Property Cancelled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ModalWindowButtonClickEventArgs
Dim value As Boolean
 
instance.Cancelled = value
 
value = instance.Cancelled
C# 
public bool Cancelled {get; set;}
C++/CLI 
public:
property bool Cancelled {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also