Back to Devexpress

DxPopup Events

blazor-devexpress-dot-blazor-dot-dxpopup-dot-underscore-events.md

latest2.3 KB
Original Source

DxPopup Events

A modal popup window with custom content that overlays the current view.

NameDescription
CloseButtonClickObsolete. This event is now obsolete. Handle the Closing or Closed event instead. Inherited from DxPopupBase.
ClosedFires after the Popup is closed. Inherited from DxPopupBase.
ClosingFires before the Popup is closed. Inherited from DxPopupBase.
CreatedFires after the Popup is created. Inherited from DxPopupBase.
DisposedFires after the Popup is disposed. Inherited from DxPopupBase.
DragCompletedFires when a user drops the Popup.
DragStartedFires when a user drags the Popup or resizes it by edges.
ResizeCompletedFires after the Popup is resized.
ResizeStartedFires when a user starts to resize the Popup.
ShowingFires before the Popup is displayed. Inherited from DxPopupBase.
ShownFires after the Popup is displayed. Inherited from DxPopupBase.
VisibleChangedFires when the Popup changes its Visible property value. Inherited from DxPopupBase.

See Also

DxPopup Class

DxPopup Members

DevExpress.Blazor Namespace