onDidDispose property
Event<void>
get
onDidDispose
Fired when the panel is disposed.
This may be because the user closed the panel or because .dispose()
was
called on it.
Trying to use the panel after it has been disposed throws an exception.
Implementation
_i3.Event<void> get onDidDispose => _i5.getProperty(
this,
'onDidDispose',
);