Tortuga.Anchor.Eventing Namespace
Classes
Class | Description | |
---|---|---|
![]() |
CollectionChangedEventManager |
This is used to attach weak event handlers to the indicated source.
|
![]() |
EventManager<(Of <(<'T>)>)> |
This is used to attach weak event handlers to the indicated source.
|
![]() |
ItemPropertyChangedEventManager |
This is used to attach weak event handlers to the indicated source.
|
![]() |
Listener<(Of <(<'T>)>)> |
The object that is referenced by the eventHandler must keep a reference to this class.
Implements the IListener<(Of <(<'T>)>)>
|
![]() |
PropertyChangedEventManager |
This is used to attach weak event handlers to the indicated source.
|
![]() |
RelayedEventArgs |
A relayed event wraps a sender/event args pair so that it can be forwarded by another class.
|
![]() |
RelayedEventArgs<(Of <(<'T>)>)> |
A relayed event wraps a sender/event args pair so that it can be forwarded by another class.
Implements the EventArgs
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
IListener<(Of <(<'T>)>)> |
Used for weak event callbacks
|
![]() |
INotifyCollectionChangedWeak |
This interface allows attaching and removing weak event handlers that listen for CollectionChanged events
|
![]() |
INotifyItemPropertyChanged |
Indicates that property change notifications on child objects are relayed by this class
|
![]() |
INotifyItemPropertyChangedWeak |
This interface allows attaching and removing weak event handlers that listen for CollectionChanged events
|
![]() |
INotifyPropertyChangedWeak |
This interface allows attaching and removing weak event handlers that listen for CollectionChanged events
|
Delegates
Delegate | Description | |
---|---|---|
![]() |
RelayedEventHandler<(Of <(<'T>)>)> |
This represents a relayed event. That is, an event that has both an immediate and and original source.
|