Visual Basic (Declaration) | |
---|---|
Public Event StudiesRowDeleted() As ClientQueryDataSet.StudiesRowChangeEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event ClientQueryDataSet.StudiesRowChangeEventHandler StudiesRowDeleted() |
C++/CLI | |
---|---|
public: event ClientQueryDataSet.StudiesRowChangeEventHandler^ StudiesRowDeleted(); |
The event handler receives an argument of type ClientQueryDataSet.StudiesRowChangeEvent containing data related to this event. The following ClientQueryDataSet.StudiesRowChangeEvent properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets the action that has occurred on a ClientQueryDataSet.StudiesRow. |
Row | Gets the row upon which an action has occurred. |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family