StandardKeyProcessingEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- sender
- Object