Click or drag to resize
IConfirmView Interface
The interface that views capable of confirming an action with the user must implement.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConfirmView

The IConfirmView type exposes the following members.

Methods
  NameDescription
Public methodConfirmWithUser
Asks the user to confirm some action. This must be a modal confirmation, the method should not return until the answer is known.
Top
See Also