menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CancelEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CancelEventArgs

    Provides data for a cancelable event.

    Inheritance
    System.Object
    CancelEventArgs
    DropDownCancelEventArgs
    SelectionChangingEventArgs
    DataGridSortColumnsChangingEventArgs
    PageIndexChangingEventArgs
    GridCancelEventArgs
    GridSelectionChangingEventArgs
    SwipeStartedEventArgs
    ValueChangingEventArgs
    PullingEventArgs
    AppointmentDragStartingEventArgs
    AppointmentDropEventArgs
    SwitchStateChangingEventArgs
    DismissingEventArgs
    VisibleCardIndexChangingEventArgs
    DropDownCancelEventArgs
    SelectionChangingEventArgs
    TabItemTappedEventArgs
    Namespace: Syncfusion.XForms.Core
    Assembly: Syncfusion.Core.XForms.dll
    Syntax
    public class CancelEventArgs : EventArgs

    Constructors

    CancelEventArgs()

    Declaration
    public CancelEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the event should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved