Behavior.OnGiveFeedback(Glyph, GiveFeedbackEventArgs) Metoda

Definice

Umožňuje vlastní chování zpětné vazby přetažením.

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)

Parametry

g
Glyph

A Glyph , na kterém se má vyvolat chování přetažení.

e
GiveFeedbackEventArgs

A GiveFeedbackEventArgs obsahující data události.

Poznámky pro dědice

Metodu OnGiveFeedback(Glyph, GiveFeedbackEventArgs) můžete přepsat tak, aby Behavior bylo možné zadat vlastní pravidla přetažení.

Platí pro

Viz také