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






Specifies whether WebGrid should notify users when the grid is losing its focus and there are unsaved pending changes.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether WebGrid should notify users when the Grid is losing its focus and there are unsaved pending changes.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property NotifyOnLostFocus As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridBatchUpdateSettings
Dim value As Boolean
 
instance.NotifyOnLostFocus = value
 
value = instance.NotifyOnLostFocus
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid should notify users when the Grid is losing its focus and there are unsaved pending changes.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool NotifyOnLostFocus {get; set;}
Delphi 
public read-write property NotifyOnLostFocus: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether WebGrid should notify users when the Grid is losing its focus and there are unsaved pending changes.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set NotifyOnLostFocus : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid should notify users when the Grid is losing its focus and there are unsaved pending changes.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_NotifyOnLostFocus();
public: __property void set_NotifyOnLostFocus( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether WebGrid should notify users when the Grid is losing its focus and there are unsaved pending changes.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool NotifyOnLostFocus {
   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.