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