Share via


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
IComponentChangeService ComponentChangeService { get; }
property IComponentChangeService^ ComponentChangeService {
    IComponentChangeService^ get ();
}
function get_componentChangeService();

See Also

ICommunicationsPanelHost Interface

Microsoft.Rtc.Workflow.Designer Namespace