Edit

ExitEventArgs Class

Definition

Event arguments for the Exit event.

public ref class ExitEventArgs : EventArgs
public class ExitEventArgs : EventArgs
type ExitEventArgs = class
    inherit EventArgs
Public Class ExitEventArgs
Inherits EventArgs
Inheritance
ExitEventArgs

Properties

Name Description
ApplicationExitCode

Gets or sets the exit code that an application returns to the operating system when the application exits.

Applies to

See also