WinDataDrivenAdapter.AccEventListener 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 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.