WinDataDrivenAdapter.AccEventListener Property

Definition

Gets all AccEvent traffic

protected public:
 property Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::AccEventListener ^ AccEventListener { Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::AccEventListener ^ get(); };
protected internal Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AccEventListener AccEventListener { get; }
member this.AccEventListener : Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AccEventListener
Protected Friend ReadOnly Property AccEventListener As AccEventListener

Property Value

Remarks

Derived classes can subscribe to AccEventListener.AccEventOccurred to listen to all AccEvent traffic. This is instantiated on first access.

Applies to