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
IEventBindingService EventBindingService { get; }
property IEventBindingService^ EventBindingService {
    IEventBindingService^ get ();
}
function get_eventBindingService();

See Also

ICommunicationsPanelHost Interface

Microsoft.Rtc.Workflow.Designer Namespace