NewCallEventData.EventData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the event Details for the call.
public:
property Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^ EventData { Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^ get(); void set(Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^ value); };
public Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs EventData { get; set; }
member this.EventData : Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs with get, set
Public Property EventData As CtiCoreEventArgs