Edit

Share via


ProjectDataSet.TaskCustomFieldsRowChangeEvent Class

Definition

Event that occurs when data in a TaskCustomFieldsRow is changed.

public: ref class ProjectDataSet::TaskCustomFieldsRowChangeEvent : EventArgs
public class ProjectDataSet.TaskCustomFieldsRowChangeEvent : EventArgs
type ProjectDataSet.TaskCustomFieldsRowChangeEvent = class
    inherit EventArgs
Public Class ProjectDataSet.TaskCustomFieldsRowChangeEvent
Inherits EventArgs
Inheritance
ProjectDataSet.TaskCustomFieldsRowChangeEvent

Constructors

ProjectDataSet.TaskCustomFieldsRowChangeEvent(ProjectDataSet+TaskCustomFieldsRow, DataRowAction)

Initializes a new instance of the ProjectDataSet.TaskCustomFieldsRowChangeEvent object.

Properties

Action

Specifies an enumeration constant that represents the action that raised the event.

Row

Specifies the row containing changed data.

Applies to