| Visual Basic (Declaration) | |
|---|---|
Public Event PatientInfoforUnscheduledPPSRowDeleting As MPPSDataset.PatientInfoforUnscheduledPPSRowChangeEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MPPSDataset.PatientInfoforUnscheduledPPSDataTable Dim handler As MPPSDataset.PatientInfoforUnscheduledPPSRowChangeEventHandler AddHandler instance.PatientInfoforUnscheduledPPSRowDeleting, handler | |
| C# | |
|---|---|
public event MPPSDataset.PatientInfoforUnscheduledPPSRowChangeEventHandler PatientInfoforUnscheduledPPSRowDeleting | |
| C++/CLI | |
|---|---|
public: event MPPSDataset.PatientInfoforUnscheduledPPSRowChangeEventHandler^ PatientInfoforUnscheduledPPSRowDeleting | |
Copy Code