다음을 통해 공유


Behavior.OnGiveFeedback(Glyph, GiveFeedbackEventArgs) 메서드

정의

끌어서 놓기 피드백 동작을 사용자 지정할 수 있습니다.

public:
 virtual void OnGiveFeedback(System::Windows::Forms::Design::Behavior::Glyph ^ g, System::Windows::Forms::GiveFeedbackEventArgs ^ e);
public virtual void OnGiveFeedback (System.Windows.Forms.Design.Behavior.Glyph g, System.Windows.Forms.GiveFeedbackEventArgs e);
public virtual void OnGiveFeedback (System.Windows.Forms.Design.Behavior.Glyph? g, System.Windows.Forms.GiveFeedbackEventArgs e);
abstract member OnGiveFeedback : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.GiveFeedbackEventArgs -> unit
override this.OnGiveFeedback : System.Windows.Forms.Design.Behavior.Glyph * System.Windows.Forms.GiveFeedbackEventArgs -> unit
Public Overridable Sub OnGiveFeedback (g As Glyph, e As GiveFeedbackEventArgs)

매개 변수

g
Glyph

끌어서 놓기 동작을 호출할 Glyph입니다.

e
GiveFeedbackEventArgs

이벤트 데이터를 포함하는 GiveFeedbackEventArgs입니다.

상속자 참고

메서드를 재정의 OnGiveFeedback(Glyph, GiveFeedbackEventArgs) 하여 에서 Behavior 자체 끌어서 놓기 규칙을 지정할 수 있습니다.

적용 대상

추가 정보