| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function New( _ ByVal row As ClientQueryDataSet.ImagesRow, _ ByVal action As DataRowAction _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public ClientQueryDataSet.ImagesRowChangeEvent( ClientQueryDataSet.ImagesRow row, DataRowAction action )  | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: ClientQueryDataSet.ImagesRowChangeEvent( ClientQueryDataSet.ImagesRow^ row, DataRowAction action )  | |
Parameters
- row
 - The ClientQueryDataSet.ImagesRow upon which an action is occuring.
 - action
 - One of the DataRowAction values.
 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family