System.Windows.Forms.Control.DndContinueDrag C# (CSharp) 메소드

DndContinueDrag() 개인적인 메소드

private DndContinueDrag ( System.Windows.Forms.QueryContinueDragEventArgs e ) : void
e System.Windows.Forms.QueryContinueDragEventArgs
리턴 void
		internal virtual void DndContinueDrag(QueryContinueDragEventArgs e) {
			try {
				OnQueryContinueDrag(e);
			} catch { }
		}
Control