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