_ButtonEventSink_OnClickEventHandler 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.
This member is reserved for internal use and is not intended to be used directly from your code.
public delegate void _ButtonEventSink_OnClickEventHandler(DocActionEventObject ^ pEvent);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _ButtonEventSink_OnClickEventHandler(DocActionEventObject pEvent);
type _ButtonEventSink_OnClickEventHandler = delegate of DocActionEventObject -> unit
Public Delegate Sub _ButtonEventSink_OnClickEventHandler(pEvent As DocActionEventObject)
Parâmetros
- pEvent
- DocActionEventObject
- Atributos