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 SourceOnSelected(object)
Occurs when the item is selected.
Declaration
void OnSelected(object sender)
Parameters
Type | Name | Description |
---|---|---|
object | sender | The sender. |