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