Show / Hide Table of Contents

Class TokenSelectedEventArgs

Represents objects involved in the BugSave event.

Inheritance
object
EventArgs
TokenSelectedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Events
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TokenSelectedEventArgs : EventArgs
Remarks

Initializes a new instance of the TokenSelectedEventArgs class.

Constructors

View Source

TokenSelectedEventArgs(TokenReference)

Represents objects involved in the BugSave event.

Declaration
public TokenSelectedEventArgs(TokenReference token)
Parameters
Type Name Description
TokenReference token

The selected token.

Remarks

Initializes a new instance of the TokenSelectedEventArgs class.

Properties

View Source

Token

Gets the EditBugInfo object from the bug save event.

Declaration
public TokenReference Token { get; }
Property Value
Type Description
TokenReference
  • View Source
In this article
Back to top Generated by DocFX