WPF

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

    Show / Hide Table of Contents

    Class SyncfusionCancelRoutedEventArgs

    Inheritance
    System.Object
    SyncfusionCancelRoutedEventArgs
    GridCellKeyEventArgs
    GridCurrentCellActivatingEventArgs
    GridCurrentCellShowingDropDownEventArgs
    Namespace: Syncfusion.Windows.ComponentModel
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class SyncfusionCancelRoutedEventArgs : RoutedEventArgs

    Constructors

    SyncfusionCancelRoutedEventArgs()

    Declaration
    public SyncfusionCancelRoutedEventArgs()

    SyncfusionCancelRoutedEventArgs(RoutedEvent, Object)

    Declaration
    public SyncfusionCancelRoutedEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent
    System.Object source

    Properties

    Cancel

    Declaration
    [TraceProperty(true)]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ToString()

    This method will loop through all properties in a derived class and append the string representation of the property if the TracePropertyAttribute has been set.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved