AccEventListener Class
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.
Represents the event listener class that hooks windows events.
public ref class AccEventListener : IDisposable
public class AccEventListener : IDisposable
type AccEventListener = class
interface IDisposable
Public Class AccEventListener
Implements IDisposable
- Inheritance
-
AccEventListener
- Implements
Constructors
AccEventListener(IntPtr, WinDataDrivenAdapter) |
Initializes a new instance of the AccEventListener class. |
Methods
Dispose() |
Cleans up all the resources. |
Dispose(Boolean) |
Cleans up all the resources. |
Finalize() |
Destructor for AccEventListener class. |
Events
AccEventOccurred |
Event handler for AccEventOccurred event. |