xtd 0.2.0
Loading...
Searching...
No Matches

◆ on_exited()

virtual void xtd::diagnostics::process::on_exited ( )
protectedvirtual

Raises the xtd::diagnostics::process::exited event.

Remarks
xtd::diagnostics::process::on_exited is the API method that raises the xtd::diagnostics::process::exited event. Calling xtd::diagnostics::process::on_exited causes the xtd::diagnostics::process::exited event to occur and is the only way to raise the event using the Process component. xtd::diagnostics::process::on_exited is primarily used when deriving classes from the component.
As an alternative to xtd::diagnostics::process::xtd::diagnostics::process::on_eExited, you can write your own event handler. You create your own event handler delegate and your own event-handling method.