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