menu

WinForms

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

    Show / Hide Table of Contents

    Class TileViewCancelEventArgs

    Represents the Tile View Cancel Event Args.

    Inheritance
    System.Object
    TileViewCancelEventArgs
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class TileViewCancelEventArgs : CancelEventArgs

    Constructors

    TileViewCancelEventArgs()

    Blank Constuctor

    Declaration
    public TileViewCancelEventArgs()

    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

    Source

    Gets or sets the Source

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