| Visual Basic (Declaration) | |
|---|---|
Public Event PatientRowChanging As CompositeInstanceDataSet.PatientRowChangeEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CompositeInstanceDataSet.PatientDataTable Dim handler As CompositeInstanceDataSet.PatientRowChangeEventHandler AddHandler instance.PatientRowChanging, handler | |
| C# | |
|---|---|
public event CompositeInstanceDataSet.PatientRowChangeEventHandler PatientRowChanging | |
| C++/CLI | |
|---|---|
public: event CompositeInstanceDataSet.PatientRowChangeEventHandler^ PatientRowChanging | |
Copy Code