Class PlayerBindExecutedEventArgs
  
  
  
    Inheritance
    
    
    PlayerBindExecutedEventArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class PlayerBindExecutedEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  PlayerBindExecutedEventArgs(Player, BindType, KeyState, string)
  
  
  Declaration
  
    public PlayerBindExecutedEventArgs(Player player, BindType bindType, KeyState keyState, string key)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  BindType
  
  
  Declaration
  
    public BindType BindType { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Key
  
  
  Declaration
  
    public string Key { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  KeyState
  
  
  Declaration
  
    public KeyState KeyState { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Player
  
  
  Declaration
  
    public Player Player { get; }
   
  Property Value