C# Class Calendar.AppointmentEventArgs

Inheritance: System.EventArgs
Show file Open project: abstractspoon/ToDoList_Plugins Class Usage Examples

Public Methods

Method Description
AppointmentEventArgs ( ) : System
AppointmentEventArgs ( Appointment appointment ) : System

Method Details

AppointmentEventArgs() public method

public AppointmentEventArgs ( ) : System
return System

AppointmentEventArgs() public method

public AppointmentEventArgs ( Appointment appointment ) : System
appointment Appointment
return System