|
|
ctrlX Data Layer API for .NET 5
2.1.0
|
|
The subscription's data changed event interface More...
Properties | |
| uint | Count [get] |
| Gets the count. More... | |
| INotifyItem | Item [get] |
| Gets the item. More... | |
| DLR_RESULT | Result [get] |
| Gets the result. More... | |
| object | UserData [get] |
| Gets the user data. More... | |
The subscription's data changed event interface
Definition at line 6 of file IDataChangedEventArgs.cs.
|
get |
Gets the count.
Definition at line 21 of file IDataChangedEventArgs.cs.
|
get |
Gets the item.
Definition at line 16 of file IDataChangedEventArgs.cs.
|
get |
Gets the result.
Definition at line 11 of file IDataChangedEventArgs.cs.
|
get |
Gets the user data.
Definition at line 26 of file IDataChangedEventArgs.cs.