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