Udostępnij za pośrednictwem


CtiCoreEventArgs.EventInfo Property

Gets or sets the even information object.

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

Usage

'Usage
Dim instance As CtiCoreEventArgs
Dim value As Object

value = instance.EventInfo

instance.EventInfo = value

Syntax

'Declaration
Public Property EventInfo As Object
public Object EventInfo { get; set; }
public:
property Object^ EventInfo {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Object get_EventInfo ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_EventInfo (Object value)
CompilerGeneratedAttribute 
public function get EventInfo () : Object

CompilerGeneratedAttribute 
public function set EventInfo (value : Object)

Property Value

Type: Object

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

CtiCoreEventArgs Class
CtiCoreEventArgs Members
Microsoft.Uii.Desktop.Cti.Core Namespace

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