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