NevronOpenVision
Nevron.Nov.UI Namespace / NDragDropSource Class / OnQueryDragAction Method
OnQueryDragAction Method (NDragDropSource)
Raises the QueryDragAction event, by initializing the action with the specified suggested action. If the user did not alter the action as part of the QueryDragAction handling or did not handle the QueryDragAction event at all, the suggested action is returned. Otherwise the Action set to the NQueryDragActionData dispatched with the event is returned.
Syntax
protected virtual ENDragAction OnQueryDragAction( 
   ENQueryDragActionReason reason,
   ENDragAction suggestedAction
)

Parameters

reason
suggestedAction
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also