Table of Contents

Interface IDialogAware

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

A type that is aware that it is hosted in a dialog and can request that the dialog be closed.

public interface IDialogAware

Events

CloseRequested

Requests that the dialog be closed.

event EventHandler<CloseRequestedEventArgs>? CloseRequested

Event Type

EventHandler<CloseRequestedEventArgs>