Class CustomizationWarning
Interaction logic for CustomizatonWarning.xaml
Inheritance
System.Object
CustomizationWarning
Implements
System.Windows.Markup.IComponentConnector
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class CustomizationWarning : Window, IComponentConnector
Constructors
CustomizationWarning()
Initializes a new instance of the CustomizationWarning class.
Declaration
public CustomizationWarning()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnKeyDown(KeyEventArgs)
Handles the KeyDown event. Closes the window when the Escape key is pressed.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Input.KeyEventArgs | e | The key event arguments. |
Implements
System.Windows.Markup.IComponentConnector