GiveFeedbackEventHandler (Delegado)
.NET Framework 3.0
Represents a method that handles GiveFeedback events.
Espacio de nombres: System.Windows
Ensamblado: PresentationCore (en presentationcore.dll)
Ensamblado: PresentationCore (en presentationcore.dll)
/** @delegate */ public delegate void GiveFeedbackEventHandler ( Object sender, GiveFeedbackEventArgs e )
En XAML, se pueden utilizar delegados pero no se pueden definir delegados propios.
Parámetros
- sender
The current element along the event's route.
- e
A GiveFeedbackEventArgs object containing the arguments associated with the GiveFeedback event.