ICommunicationsPanelHost.EventBindingService Property
Gets the EventBindingService used to create an event handler for dynamic properties, for example in prompts and grammars.
Namespace: Microsoft.Rtc.Workflow.Designer
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
ReadOnly Property EventBindingService As IEventBindingService
Get
'Usage
Dim instance As ICommunicationsPanelHost
Dim value As IEventBindingService
value = instance.EventBindingService
IEventBindingService EventBindingService { get; }
Property Value
Type: System.ComponentModel.Design.IEventBindingService
See Also
Reference
ICommunicationsPanelHost Interface