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