[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Liest oder schreibt den Synchronisationskontext, mit dessen Hilfe das ValueChanged-Ereignis ausgelöst werden soll.

Namespace: DynamicNode.Ext.Cockpit
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)

Syntax

C#
public IPropertySyncContext SyncContext { get; set; }
Visual Basic
Public Property SyncContext As IPropertySyncContext
	Get
	Set
F#
abstract SyncContext : IPropertySyncContext with get, set
override SyncContext : IPropertySyncContext with get, set

Field Value

Der Synchronisationskontext für ValueChanged.

Implements

ICockpitPropertyInstance..::..SyncContext

See Also