C# Class Shortcut.HotkeyCallback

Represents a callback for a Hotkey binding.
Datei anzeigen Open project: AlexArchive/Shortcut Class Usage Examples

Public Methods

Method Description
To ( System.Action callback ) : void

Indicates that the Hotkey should be bound to the specified callback.

Private Methods

Method Description
Invoke ( ) : void

Method Details

To() public method

Indicates that the Hotkey should be bound to the specified callback.
public To ( System.Action callback ) : void
callback System.Action
return void