'宣言 Public Function New( _ ByVal phase As AppointmentDragPhase, _ ByVal appointments As ReadOnlyAppointmentsCollection, _ ByVal initialDateTime As Date, _ ByVal newDateTime As Date, _ ByVal initialOwner As Owner, _ ByVal newOwner As Owner, _ ByVal keyState As Keys _ )
public AppointmentsDraggingEventArgs( AppointmentDragPhase phase, ReadOnlyAppointmentsCollection appointments, DateTime initialDateTime, DateTime newDateTime, Owner initialOwner, Owner newOwner, Keys keyState )