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.AccEventListenerProtected Friend ReadOnly Property AccEventListener As AccEventListenerProperty Value
Remarks
Derived classes can subscribe to AccEventListener.AccEventOccurred to listen to all AccEvent traffic. This is instantiated on first access.