INotifyDisposable.Disposed Event
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.
Occurs when the object is disposed.
event EventHandler Disposed;
member this.Disposed : EventHandler
Event Disposed As EventHandler
Event Type
Remarks
If the object has already been disposed, an attempt to add a handler will result in the handler being invoked synchronously before the returning without retaining a reference.
Once disposed, all references to handlers are removed.