Expandir Minimizar
Este tema aún no ha recibido ninguna valoración - Valorar este tema

GiveFeedbackEventHandler (Delegado)

Represents a method that handles GiveFeedback events.

Espacio de nombres: System.Windows
Ensamblado: PresentationCore (en presentationcore.dll)

public delegate void GiveFeedbackEventHandler (
	Object sender,
	GiveFeedbackEventArgs e
)
/** @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.

The GiveFeedback event occurs when a drag-and-drop operation is started. The GiveFeedback event enables the source of a drag event to modify the appearance of the mouse pointer to provide the user with visual feedback during a drag-and-drop operation.

Microsoft .NET Framework 3.0 es compatible con Windows Vista, Microsoft Windows XP SP2 y Windows Server 2003 SP1.

.NET Framework

Compatible con: 3.0
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.