_dispCommandBarControlEvents_ClickEventHandler 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.
[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)
Parameters
- CommandBarControl
- Object
- handled
- Boolean
- CancelDefault
- Boolean
- Attributes