Intersoft WebGrid Documentation
PromptUnsavedChanges Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridBatchUpdateSettings Class : PromptUnsavedChanges Property






Determines whether or not user should be prompted when there is unsaved changes in batch update.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Specifies whether users should be prompted during page unload (due to navigation or window close) while there are unsaved changes in WebGrid.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property PromptUnsavedChanges As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridBatchUpdateSettings
Dim value As Boolean
 
instance.PromptUnsavedChanges = value
 
value = instance.PromptUnsavedChanges
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether users should be prompted during page unload (due to navigation or window close) while there are unsaved changes in WebGrid.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool PromptUnsavedChanges {get; set;}
Delphi 
public read-write property PromptUnsavedChanges: Boolean; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Specifies whether users should be prompted during page unload (due to navigation or window close) while there are unsaved changes in WebGrid.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set PromptUnsavedChanges : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether users should be prompted during page unload (due to navigation or window close) while there are unsaved changes in WebGrid.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_PromptUnsavedChanges();
public: __property void set_PromptUnsavedChanges( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Specifies whether users should be prompted during page unload (due to navigation or window close) while there are unsaved changes in WebGrid.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool PromptUnsavedChanges {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.