Class SettingsDS.WatchRowChangeEvent
Row event argument class
Inheritance
System.Object
System.EventArgs
SettingsDS.WatchRowChangeEvent
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 WatchRowChangeEvent : EventArgs
Constructors
| Improve this Doc View SourceWatchRowChangeEvent(SettingsDS.WatchRow, DataRowAction)
Declaration
public WatchRowChangeEvent(SettingsDS.WatchRow row, DataRowAction action)
Parameters
Type | Name | Description |
---|---|---|
SettingsDS.WatchRow | 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.WatchRow Row { get; }
Property Value
Type | Description |
---|---|
SettingsDS.WatchRow |