DetallesAjenos.Fecha_DateSelected Method

SergioDelgadoProyecto

DetallesAjenosFecha_DateSelected Method

Handles the DateSelected event of the Fecha control.

Namespace:  SergioDelgadoProyecto.view.formObjetivosCumplidosAjenos
Assembly:  SergioDelgadoProyecto (in SergioDelgadoProyecto.dll) Version: 1.0.0
Syntax
C#
public void Fecha_DateSelected(
	Object sender,
	DateChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: DateChangedEventArgs
The DateChangedEventArgs instance containing the event data.
See Also