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