SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event that occurs when data in a SummaryTaskPathRow is changed.
public: ref class SummaryTaskPathDataSet::SummaryTaskPathRowChangeEvent : EventArgs
public class SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent : EventArgs
type SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent = class
inherit EventArgs
Public Class SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent
Inherits EventArgs
- Inheritance
-
SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent
Constructors
| SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent(SummaryTaskPathDataSet+SummaryTaskPathRow, DataRowAction) |
Initializes a new instance of the SummaryTaskPathDataSet.SummaryTaskPathRowChangeEvent object. |
Properties
| Action |
Specifies an enumeration constant that represents the action that raised the event. |
| Row |
Specifies the row containing changed data. |