Delegate TrackedItemChange
The delegate for the
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public delegate void TrackedItemChange(object Sender, string PropName);
Parameters
Type | Name | Description |
---|---|---|
System.Object | Sender | The tracked item that has had a property change |
System.String | PropName | The name of the property that changed value |