alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CustomizationItemWarning

    Interaction logic for CustomizationItemWarning.xaml

    Inheritance
    System.Object
    CustomizationItemWarning
    Implements
    System.Windows.Markup.IComponentConnector
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class CustomizationItemWarning : Window, IComponentConnector

    Constructors

    CustomizationItemWarning()

    Initializes a new instance of the CustomizationItemWarning class.

    Declaration
    public CustomizationItemWarning()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved