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 SourceRequestClose
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 |