Sdílet prostřednictvím


Behavior.OnGiveFeedback(Glyph, GiveFeedbackEventArgs) Metoda

Definice

Umožňuje vlastní chování zpětné vazby při přetahování myší.

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

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

e
GiveFeedbackEventArgs

A GiveFeedbackEventArgs , který obsahuje data události.

Poznámky pro dědice

Můžete přepsat metodu OnGiveFeedback(Glyph, GiveFeedbackEventArgs) tak, aby Behavior mohl určit vlastní pravidla přetažení.

Platí pro

Viz také