TodoApp.Controls.CalendarView.NotifyDateSelected C# (CSharp) Method

NotifyDateSelected() public method

public NotifyDateSelected ( System.DateTime dateSelected ) : void
dateSelected System.DateTime
return void
        public void NotifyDateSelected( DateTime dateSelected )
        {
            DateSelected.Dispatch(this, dateSelected);
        }