menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomPopup - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CustomPopup

    This class overrides simple popup logic in Application Menu.

    Inheritance
    System.Object
    CustomPopup
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class CustomPopup : Popup

    Constructors

    CustomPopup()

    Initializes a new instance of the CustomPopup class.

    Declaration
    public CustomPopup()

    Methods

    OnInitialized(EventArgs)

    Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.

    Declaration
    protected override void OnInitialized(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The RoutedEventArgs that contains the event data.

    OnOpened(EventArgs)

    Invoked during the transition of a communication object into the opening state.

    Declaration
    protected override void OnOpened(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The instance containing the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved