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