ICommunicationsPanelHost.ComponentChangeService Property
Gets the ComponentChangeService used by property builders to announce to Microsoft Visual Studio that a property in a particular panel has changed.
Namespace: Microsoft.Rtc.Workflow.Designer
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
ReadOnly Property ComponentChangeService As IComponentChangeService
Get
'Usage
Dim instance As ICommunicationsPanelHost
Dim value As IComponentChangeService
value = instance.ComponentChangeService
IComponentChangeService ComponentChangeService { get; }
Property Value
Type: System.ComponentModel.Design.IComponentChangeService
See Also
Reference
ICommunicationsPanelHost Interface