_dispCommandBarControlEvents_ClickEventHandler 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.
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _dispCommandBarControlEvents_ClickEventHandler(object CommandBarControl, ref bool handled, ref bool CancelDefault);
[<System.Runtime.InteropServices.ComVisible(false)>]
type _dispCommandBarControlEvents_ClickEventHandler = delegate of obj * bool * bool -> unit
Public Delegate Sub _dispCommandBarControlEvents_ClickEventHandler(CommandBarControl As Object, ByRef handled As Boolean, ByRef CancelDefault As Boolean)
Parâmetros
- CommandBarControl
- Object
- handled
- Boolean
- CancelDefault
- Boolean
- Atributos