| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function New( _ ByVal row As MPPSDataset.PatientInfoforUnscheduledPPSRow, _ ByVal action As DataRowAction _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim row As MPPSDataset.PatientInfoforUnscheduledPPSRow Dim action As DataRowAction Dim instance As New MPPSDataset.PatientInfoforUnscheduledPPSRowChangeEvent(row, action) | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public MPPSDataset.PatientInfoforUnscheduledPPSRowChangeEvent( MPPSDataset.PatientInfoforUnscheduledPPSRow row, DataRowAction action ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: MPPSDataset.PatientInfoforUnscheduledPPSRowChangeEvent( MPPSDataset.PatientInfoforUnscheduledPPSRow^ row, DataRowAction action ) | |
Parameters
- row
- The MPPSDataset.PatientInfoforUnscheduledPPSRow upon which an action is occuring.
- action
- One of the System.Data.DataRowAction values.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7