| Visual Basic (Declaration) | |
|---|---|
Public Event DICOMServerEventLogRowChanging As DicomEventLogDataSet.DICOMServerEventLogRowChangeEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomEventLogDataSet.DICOMServerEventLogDataTable Dim handler As DicomEventLogDataSet.DICOMServerEventLogRowChangeEventHandler AddHandler instance.DICOMServerEventLogRowChanging, handler | |
| C# | |
|---|---|
public event DicomEventLogDataSet.DICOMServerEventLogRowChangeEventHandler DICOMServerEventLogRowChanging | |
| C++/CLI | |
|---|---|
public: event DicomEventLogDataSet.DICOMServerEventLogRowChangeEventHandler^ DICOMServerEventLogRowChanging | |
Copy Code