Click or drag to resize

MessageDisplayDialogDataOnClose Property

If specified, this handler will be called when the dialog is closed.

Namespace:  ImmerseSDK.UI.MessageDisplay
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public Action OnClose { get; set; }

Property Value

Type: Action
See Also