ClosePopupEventArgs Constructors
Provides data for the PopupBaseEdit.PopupClosing and PopupBaseEdit.PopupClosed events.Name | Parameters | Description |
---|---|---|
ClosePopupEventArgs(RoutedEvent, PopupCloseMode, Object) | closeEvent, mode, value | Initializes a new instance of the ClosePopupEventArgs class with the specified routed event, mode and value. |
See Also