 | WindowManagerWindowOnOpened Property |
[Missing <summary> documentation for "P:Slash.Unity.Common.Scenes.WindowManager.Window.OnOpened"]
Namespace: Slash.Unity.Common.ScenesAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic Action<WindowManagerWindow> OnOpened { get; set; }
Public Property OnOpened As Action(Of WindowManagerWindow)
Get
Set
public:
property Action<WindowManagerWindow^>^ OnOpened {
Action<WindowManagerWindow^>^ get ();
void set (Action<WindowManagerWindow^>^ value);
}
member OnOpened : Action<WindowManagerWindow> with get, set
Property Value
Type:
ActionWindowManagerWindow
See Also