Class SettingsDS.WindowRowChangeEvent
Row event argument class
Inheritance
System.Object
System.EventArgs
SettingsDS.WindowRowChangeEvent
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.Debug.GDB
Assembly: Cosmos.Debug.GDB.dll
Syntax
public class WindowRowChangeEvent : EventArgs
Constructors
| Improve this Doc View SourceWindowRowChangeEvent(SettingsDS.WindowRow, DataRowAction)
Declaration
public WindowRowChangeEvent(SettingsDS.WindowRow row, DataRowAction action)
Parameters
Type | Name | Description |
---|---|---|
SettingsDS.WindowRow | row | |
System.Data.DataRowAction | action |
Properties
| Improve this Doc View SourceAction
Declaration
public DataRowAction Action { get; }
Property Value
Type | Description |
---|---|
System.Data.DataRowAction |
Row
Declaration
public SettingsDS.WindowRow Row { get; }
Property Value
Type | Description |
---|---|
SettingsDS.WindowRow |