WorkflowDesignerMessageFilter::OnGiveFeedback Method (GiveFeedbackEventArgs^)

 

Occurs during a drag operation.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual bool OnGiveFeedback(
	GiveFeedbackEventArgs^ eventArgs
)

Parameters

eventArgs
Type: System.Windows.Forms::GiveFeedbackEventArgs^

A GiveFeedbackEventArgs that contains information about the event.

Return Value

Type: System::Boolean

true if the message is handled; otherwise, false.

OnGiveFeedback occurs when a drag operation is started. OnGiveFeedback allows the source of a drag operation to modify the appearance of the mouse pointer to give you visual feedback during a drag operation.

The following code example shows how to override the OnGiveFeedback method so that it always returns true.

This code example is part of the Basic Designer Hosting SDK Sample from the DesignerShell.cs file. For more information, seeBasic Designer Hosting.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: