SharpSchedule

PopUpCalendar.DateSelector_SelectionChanged Method 

Handles the date selection change event which should populate the client side control with the date selected.

[Visual Basic]
Public Sub DateSelector_SelectionChanged( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
public void DateSelector_SelectionChanged(
   object sender,
   EventArgs e
);

Parameters

sender
Missing <param> documentation for sender
e
Missing <param> documentation for e

See Also

PopUpCalendar Class | Ozanam.Schedule.Web.Util Namespace