Show / Hide Table of Contents

Interface IOnSelected

An interface for items which can be selected.

Namespace: Phoenix.BotBrain.Controls
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public interface IOnSelected

Methods

View Source

OnSelected(object)

Occurs when the item is selected.

Declaration
void OnSelected(object sender)
Parameters
Type Name Description
object sender

The sender.

  • View Source
In this article
Back to top Generated by DocFX