コード例 #1
0
 public void DoAfterDrawAppointment(Graphics g, Rectangle rect, Appointment appointment, bool isSelected, Rectangle gripRect)
 {
     dayView.RaiseAfterDrawAppointment(new AfterDrawAppointmentEventArgs(g, rect, appointment, isSelected, gripRect));
 }