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