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