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