Delegate TrackedItemChange
The delegate for the ModelLayoutDisplayerController.AddTrackedItemListener(IModelLayoutDisplayerController.TrackedItemChange) which notifies all listeners whenever a tracked item has changed
Assembly: LemonEdge.ClientCore.dll
Syntax
public delegate void TrackedItemChange(object Sender, string PropName)
Parameters
Type |
Name |
Description |
object |
Sender |
The tracked item that has had a property change
|
string |
PropName |
The name of the property that changed value
|
Constructors
TrackedItemChange(object, IntPtr)
Declaration
public TrackedItemChange(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(object Sender, string PropName, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(object, string)
Declaration
public virtual void Invoke(object Sender, string PropName)
Parameters
Extension Methods