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