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