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 SourceKanbanItemClickEventArgs()
Constructor
Declaration
public KanbanItemClickEventArgs()
Properties
| Improve this Doc View SourceBlobGuid
Gets or sets the blob guid
Declaration
public Guid? BlobGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DataInstanceId
Gets or sets data unique id
Declaration
public Guid DataInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DoubleClicked
Gets or sets the double clicked flag
Declaration
public bool DoubleClicked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileExtension
Gets or sets the file extension
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KanbanId
Gets or sets the board id
Declaration
public Guid KanbanId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
KanbanName
Gets name of the kanban board
Declaration
public string KanbanName { get; }
Property Value
Type | Description |
---|---|
System.String |
PipelineId
Gets or sets the old pipeline id
Declaration
public Guid PipelineId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PipelineName
Gets old pipline name
Declaration
public string PipelineName { get; }
Property Value
Type | Description |
---|---|
System.String |