LabelControlEvents_BeforeDropOrPasteEventHandler Delegate
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.
C#
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void LabelControlEvents_BeforeDropOrPasteEventHandler(ReturnBoolean Cancel, fmAction Action, DataObject Data, float X, float Y, ReturnEffect Effect, short Shift);
[<System.Runtime.InteropServices.ComVisible(false)>]
type LabelControlEvents_BeforeDropOrPasteEventHandler = delegate of ReturnBoolean * fmAction * DataObject * single * single * ReturnEffect * int16 -> unit
Public Delegate Sub LabelControlEvents_BeforeDropOrPasteEventHandler(Cancel As ReturnBoolean, Action As fmAction, Data As DataObject, X As Single, Y As Single, Effect As ReturnEffect, Shift As Short)
- Cancel
- ReturnBoolean
- Action
- fmAction
- Data
- DataObject
- X
- Single
- Y
- Single
- Effect
- ReturnEffect
- Shift
- Int16
- Attributes
Product | Versions |
---|---|
Office primary interop assembly | Latest |