Interface IWindowAttachable
Makes a simplic studio window extendable
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public interface IWindowAttachable
Methods
| Improve this Doc View SourceClosed()
Window closed
Declaration
void Closed()
Load(Window)
Window loaded
Declaration
void Load(Window window)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Window | window | Window instance |