KeypadPressedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the KeypadPressed event.
public delegate void KeypadPressedEventHandler(CallControl ^ sender, KeypadPressedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3862406228, 50471, 16940, 137, 38, 201, 175, 131, 181, 89, 160)]
class KeypadPressedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
[Windows.Foundation.Metadata.Guid(3862406228, 50471, 16940, 137, 38, 201, 175, 131, 181, 89, 160)]
public delegate void KeypadPressedEventHandler(CallControl sender, KeypadPressedEventArgs e);
var keypadPressedEventHandlerHandler = function(sender, e){
/* Your code */
}
Public Delegate Sub KeypadPressedEventHandler(sender As CallControl, e As KeypadPressedEventArgs)
Parameters
- sender
- CallControl
The CallControl object that raised the event.
A class containing information for the event.
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Media.Devices.CallControlContract (introduced in v1.0)
|