alexa

    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