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. |