StandardKeyProcessingEventHandler 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.
public delegate void StandardKeyProcessingEventHandler(System::Object ^ sender, StandardKeyProcessingEventArgs ^ args);
public delegate void StandardKeyProcessingEventHandler(object sender, StandardKeyProcessingEventArgs args);
type StandardKeyProcessingEventHandler = delegate of obj * StandardKeyProcessingEventArgs -> unit
Public Delegate Sub StandardKeyProcessingEventHandler(sender As Object, args As StandardKeyProcessingEventArgs)
Parameters
- sender
- Object