System.Windows.Forms.Control.IDropTarget C# (CSharp) Method

IDropTarget() static private method

static private IDropTarget ( EventArgs e ) : void
e System.EventArgs
return void
		void IDropTarget.OnDragLeave (EventArgs e)
		{
			OnDragLeave (e);
		}

Same methods

Control::IDropTarget ( DragEventArgs drgEvent ) : void
Control