alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TileViewItem.CloseEventArgs

    Provides data for the Closing and Closed events.

    Inheritance
    System.Object
    TileViewItem.CloseEventArgs
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class CloseEventArgs : CancelEventArgs

    Constructors

    CloseEventArgs()

    Initializes a new instance of the TileViewItem.CloseEventArgs class.

    Declaration
    public CloseEventArgs()

    Properties

    Cancel

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

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

    Source

    Gets or sets the source object that triggered the close event.

    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