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