Udostępnij za pośrednictwem


CtiHostedControl.GeneralCtiEvent Event

Event used to pass event data not covered in the named events.

Namespace: Microsoft.Uii.Desktop.Cti.Controls
Assembly: Microsoft.Uii.Desktop.Cti.Controls (in Microsoft.Uii.Desktop.Cti.Controls.dll)

Usage

'Usage
Dim instance As CtiHostedControl
Dim handler As EventHandler(Of CtiCoreEventArgs)

AddHandler instance.GeneralCtiEvent, handler

Syntax

'Declaration
Public Event GeneralCtiEvent As EventHandler(Of CtiCoreEventArgs)
public abstract event EventHandler<CtiCoreEventArgs> GeneralCtiEvent
public:
virtual event EventHandler<CtiCoreEventArgs^>^ GeneralCtiEvent {
    void add (EventHandler<CtiCoreEventArgs^>^ value) abstract;
    void remove (EventHandler<CtiCoreEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_GeneralCtiEvent (EventHandler<CtiCoreEventArgs> value)

/** @event */
public abstract void remove_GeneralCtiEvent (EventHandler<CtiCoreEventArgs> value)

Platforms

See Also

Reference

CtiHostedControl Class
CtiHostedControl Members
Microsoft.Uii.Desktop.Cti.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.