Class TokenSelectedEventArgs
Represents objects involved in the BugSave event.
Inherited Members
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 SourceTokenSelectedEventArgs(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 SourceToken
Gets the EditBugInfo object from the bug save event.
Declaration
public TokenReference Token { get; }
Property Value
Type | Description |
---|---|
TokenReference |