ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
IDataChangedEventArgs.cs
1namespace Datalayer
2{
6 public interface IDataChangedEventArgs
7 {
12
17
21 uint Count { get; }
22
26 object UserData { get; }
27 }
28}
The IDataChangedEventArgs interface.
INotifyItem Item
Gets the item.
object UserData
Gets the user data.
DLR_RESULT Result
Gets the result.
The INotifyItem interface.
Definition: INotifyItem.cs:7
DLR_RESULT
The result.
Definition: Enums.cs:153