menu

WPF

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

    Show / Hide Table of Contents

    Class CancelingRoutedEventArgs

    Presents class args that for closing action.

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

    Constructors

    CancelingRoutedEventArgs(RoutedEvent)

    Initializes a new instance of the CancelingRoutedEventArgs class.

    Declaration
    public CancelingRoutedEventArgs(RoutedEvent routedEvent)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event.

    Properties

    Cancel

    Gets or sets a value indicating whether this CancelingRoutedEventArgs is cancel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if cancel; otherwise, false.

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