Intersoft WebGrid Documentation
RowChangedAction Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : RowChangedAction Property






Gets or sets the action that should be performed when user changed the selected row in WebGrid.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the action that should be performed when user changed the selected row in WebGrid.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property RowChangedAction As RowChangedAction
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As RowChangedAction
 
instance.RowChangedAction = value
 
value = instance.RowChangedAction
C# 
[DescriptionAttribute("Gets or sets the action that should be performed when user changed the selected row in WebGrid.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public RowChangedAction RowChangedAction {get; set;}
Delphi 
public read-write property RowChangedAction: RowChangedAction; 
JScript 
DescriptionAttribute("Gets or sets the action that should be performed when user changed the selected row in WebGrid.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set RowChangedAction : RowChangedAction
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the action that should be performed when user changed the selected row in WebGrid.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property RowChangedAction get_RowChangedAction();
public: __property void set_RowChangedAction( 
   RowChangedAction value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the action that should be performed when user changed the selected row in WebGrid.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property RowChangedAction RowChangedAction {
   RowChangedAction get();
   void set (    RowChangedAction value);
}

Remarks

The default value is None, which means the server side event doesn't need to be invoked on row changed. The other values are FullPagePostBack and OnTheFlyPostBack.

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.