C# Class Calendar.MoveAppointmentEventArgs

Inheritance: AppointmentEventArgs
Show file Open project: abstractspoon/ToDoList_Plugins

Public Methods

Method Description
MoveAppointmentEventArgs ( Appointment appointment, SelectionTool mode, bool finished ) : System

Method Details

MoveAppointmentEventArgs() public method

public MoveAppointmentEventArgs ( Appointment appointment, SelectionTool mode, bool finished ) : System
appointment Appointment
mode SelectionTool
finished bool
return System