EApplication_WindowBeforeDoubleClickEventHandler Delegate

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub EApplication_WindowBeforeDoubleClickEventHandler ( _
    Sel As Selection, _
    <OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As New EApplication_WindowBeforeDoubleClickEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void EApplication_WindowBeforeDoubleClickEventHandler(
    Selection Sel,
    out bool Cancel
)

Parameters

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace