Class CamApiInspectorWindowOnClose
Class as storage for delegate to be called when dialog window is closed
Implements
Namespace: CAMAPI.UIDialogs.DotnetHelper
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public class CamApiInspectorWindowOnClose : Object, ICAMAPI_UIDialogWindowOnClose
Constructors
CamApiInspectorWindowOnClose()
Declaration
public CamApiInspectorWindowOnClose()
Properties
OnCloseDelegate
Delegate to be called when dialog window is closed
Declaration
public OnDialogWindowClose? OnCloseDelegate { get; set; }
Property Value
Type | Description |
---|---|
OnDialogWindowClose |
Methods
OnClose(TUIButtonType)
Just call delegate
Declaration
public void OnClose(TUIButtonType button)
Parameters
Type | Name | Description |
---|---|---|
TUIButtonType | button |