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