Search Results for

    Show / Hide Table of Contents

    Class KanbanItemClickEventArgs

    Contains all click information for a kanban item

    Inheritance
    System.Object
    System.EventArgs
    KanbanItemClickEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Kanban
    Assembly: Simplic.Kanban.dll
    Syntax
    public class KanbanItemClickEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    KanbanItemClickEventArgs()

    Constructor

    Declaration
    public KanbanItemClickEventArgs()

    Properties

    | Improve this Doc View Source

    BlobGuid

    Gets or sets the blob guid

    Declaration
    public Guid? BlobGuid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    DataInstanceId

    Gets or sets data unique id

    Declaration
    public Guid DataInstanceId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    DoubleClicked

    Gets or sets the double clicked flag

    Declaration
    public bool DoubleClicked { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FileExtension

    Gets or sets the file extension

    Declaration
    public string FileExtension { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    KanbanId

    Gets or sets the board id

    Declaration
    public Guid KanbanId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    KanbanName

    Gets name of the kanban board

    Declaration
    public string KanbanName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PipelineId

    Gets or sets the old pipeline id

    Declaration
    public Guid PipelineId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    PipelineName

    Gets old pipline name

    Declaration
    public string PipelineName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx