Enum RadPopupCloseReason
Defines the closing reasons for the popup.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadPopupCloseReason
AppFocusChange
Specifies that the popup was closed because another application has received the focus.
CloseCalled
Specifies that the popup was closed because ClosePopup() method had been called.
Keyboard
Specifies that popup was closed because of keyboard activity, such as the ESC key being pressed.
Mouse
Specifies that the popup was closed because the mouse was clicked outside the popup.
ParentClosed
Specifies that the popup was closed because its parent was closed.