C# Class Calendar.DataBoundAppointment

Inheritance: Appointment
Datei anzeigen Open project: abstractspoon/ToDoList_Plugins

Public Methods

Method Description
DataBoundAppointment ( DataRow row ) : System

Protected Methods

Method Description
OnBorderColorChanged ( ) : void
OnColorChanged ( ) : void
OnEndDateChanged ( ) : void
OnLockedChanged ( ) : void
OnStartDateChanged ( ) : void
OnTextColorChanged ( ) : void
OnTitleChanged ( ) : void

Method Details

DataBoundAppointment() public method

public DataBoundAppointment ( DataRow row ) : System
row System.Data.DataRow
return System

OnBorderColorChanged() protected method

protected OnBorderColorChanged ( ) : void
return void

OnColorChanged() protected method

protected OnColorChanged ( ) : void
return void

OnEndDateChanged() protected method

protected OnEndDateChanged ( ) : void
return void

OnLockedChanged() protected method

protected OnLockedChanged ( ) : void
return void

OnStartDateChanged() protected method

protected OnStartDateChanged ( ) : void
return void

OnTextColorChanged() protected method

protected OnTextColorChanged ( ) : void
return void

OnTitleChanged() protected method

protected OnTitleChanged ( ) : void
return void