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