NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GiveFeedbackEventArgs.Effect

Gets the type of drag-and-drop operation.

[Visual Basic]
Public ReadOnly Property Effect As Integer
[C#]
public int Effect {get;}
[C++]
public: __property int get_Effect();
[JScript]
public function get Effect() : int;

Property Value

One of the DragDropEffects values.

See Also

GiveFeedbackEventArgs Class | GiveFeedbackEventArgs Members | System.WinForms Namespace