EditingContext.Disposing Event

Definition

Occurs when the Dispose() method is called or when the EditingContext object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime.

public:
 event EventHandler ^ Disposing;
public event EventHandler Disposing;
member this.Disposing : EventHandler 
Public Custom Event Disposing As EventHandler 
Public Event Disposing As EventHandler 

Event Type

Applies to