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