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