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