Volume Control
Application-specific hotkeys for Windows
VolumeControl.SDK.Delegates Namespace Reference

Functions

delegate void HotkeyActionDelegate (object sender, HotkeyPressedEventArgs e)
 Represents a method that can be used by Volume Control to generate a hotkey action. More...
 

Function Documentation

◆ HotkeyActionDelegate()

delegate void VolumeControl.SDK.Delegates.HotkeyActionDelegate ( object  sender,
HotkeyPressedEventArgs  e 
)

Represents a method that can be used by Volume Control to generate a hotkey action.

Parameters
senderThe hotkey that was pressed.
eThe event arguments for this action, including the current values of any action settings.