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