Edit

Share via


MultiPageEvents_DblClickEventHandler Delegate

Definition

[System.Runtime.InteropServices.ComVisible(false)]
public delegate void MultiPageEvents_DblClickEventHandler(int Index, ReturnBoolean Cancel);
[<System.Runtime.InteropServices.ComVisible(false)>]
type MultiPageEvents_DblClickEventHandler = delegate of int * ReturnBoolean -> unit
Public Delegate Sub MultiPageEvents_DblClickEventHandler(Index As Integer, Cancel As ReturnBoolean)

Parameters

Index
Int32
Cancel
ReturnBoolean
Attributes

Applies to