| Visual Basic (Declaration) | |
|---|---|
Public Event ScheduledStationAETitlesRowChanging As MWLDataset.ScheduledStationAETitlesRowChangeEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MWLDataset.ScheduledStationAETitlesDataTable Dim handler As MWLDataset.ScheduledStationAETitlesRowChangeEventHandler AddHandler instance.ScheduledStationAETitlesRowChanging, handler | |
| C# | |
|---|---|
public event MWLDataset.ScheduledStationAETitlesRowChangeEventHandler ScheduledStationAETitlesRowChanging | |
| C++/CLI | |
|---|---|
public: event MWLDataset.ScheduledStationAETitlesRowChangeEventHandler^ ScheduledStationAETitlesRowChanging | |
Copy Code