Show / Hide Table of Contents

Interface IExpanderView

The interface for an expander view used by expanders in the deployment module.

Namespace: Phoenix.Applications.Deployment
Assembly: Phoenix.Plugin.AppDeployment.dll
Syntax
public interface IExpanderView

Properties

View Source

RequestClose

Gets or sets the action that fires when a close of the window is requested.

Declaration
Action RequestClose { get; set; }
Property Value
Type Description
System.Action
  • View Source
In This Article
Back to top Generated by DocFX