'宣言 Public Function New( _ ByVal appointment As Appointment, _ ByVal oldValue As String, _ ByVal newValue As String, _ ByVal applyChanges As Boolean _ )
public AppointmentExitingEditModeEventArgs( Appointment appointment, string oldValue, string newValue, bool applyChanges )