This class provides "no events" on and off functionality. For more information
NoEvents.
Inheritance Hierarchy
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic sealed class NoEventsMode : IDisposable
Public NotInheritable Class NoEventsMode
Implements IDisposable
public ref class NoEventsMode sealed : IDisposable
[<SealedAttribute>]
type NoEventsMode =
class
interface IDisposable
end
The NoEventsMode type exposes the following members.
Constructors
| Name | Description |
---|
 | NoEventsMode |
Initializes a new instance of the NoEventsMode class.
|
Top
Methods
| Name | Description |
---|
 | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Top
See Also