Edytuj

Udostępnij za pośrednictwem


_dispCommandBarControlEvents_ClickEventHandler Delegate

Definition

[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

Applies to