Intersoft ClientUI Documentation
CancelNavigationOnDataError Property



Gets or sets a value indicating whether navigating from this page should be cancelled if an error existed in the page.
Syntax
<CategoryAttribute("Common Properties")>
Public Property CancelNavigationOnDataError As Boolean
Dim instance As UXPage
Dim value As Boolean
 
instance.CancelNavigationOnDataError = value
 
value = instance.CancelNavigationOnDataError
[CategoryAttribute("Common Properties")]
public bool CancelNavigationOnDataError {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool CancelNavigationOnDataError {
   bool get();
   void set (    bool value);
}
Remarks
For this feature to work properly, the DataContext of the UXPage should implement IDataErrorInfo interface.
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

Reference

UXPage Class
UXPage Members

Send Feedback