Table of Contents

Class CloseRequestedEventArgs

Namespace
Acuit.Pinpoint.Workstation.Windows
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

Event arguments for the CloseRequested event.

public class CloseRequestedEventArgs : EventArgs
Inheritance
CloseRequestedEventArgs
Inherited Members

Constructors

CloseRequestedEventArgs(bool?)

Initializes a new instance of the CloseRequestedEventArgs class.

public CloseRequestedEventArgs(bool? dialogResult)

Parameters

dialogResult bool?

The dialog result.

Properties

DialogResult

Gets the dialog result.

public bool? DialogResult { get; }

Property Value

bool?

False

Gets an instance with a DialogResult of false.

public static CloseRequestedEventArgs False { get; }

Property Value

CloseRequestedEventArgs

True

Gets an instance with a DialogResult of true.

public static CloseRequestedEventArgs True { get; }

Property Value

CloseRequestedEventArgs