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