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