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