Table of Contents

Delegate VisibleChangingDelegate

Namespace
Lime
Assembly
Lime.dll

Delegate used by VisibleChanging event.

public delegate void VisibleChangingDelegate(bool value, bool modal)

Parameters

value bool

New value of Visible.

modal bool

Indicates whether the window is showing modal.