C# Class Shortcut.HotkeyCallback

Represents a callback for a Hotkey binding.
Afficher le fichier Open project: AlexArchive/Shortcut Class Usage Examples

Méthodes publiques

Méthode Description
To ( System.Action callback ) : void

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

Private Methods

Méthode Description
Invoke ( ) : void

Method Details

To() public méthode

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