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