Disposed

Editor.Disposed event

Event, which occurs when this Editor instance is disposed with all its internal resources

public event EventHandler Disposed;

Remarks

This Disposed event will be fired right after disposing of the Editor instance is finished.

See Also