# C1.WPF.Schedule.C1Scheduler.EditAppointmentDialog

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1Scheduler_EditAppointmentDialog_" data-uid="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialog*">EditAppointmentDialog Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1Scheduler_EditAppointmentDialog_" data-uid="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialog*"></a>
<h4 id="C1_WPF_Schedule_C1Scheduler_EditAppointmentDialog_C1_Schedule_Appointment_" data-uid="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialog(C1.Schedule.Appointment)">EditAppointmentDialog(Appointment)</h4>
<div class="markdown level1 summary"><p>Shows the Edit Appointment dialog for editing of the specified existing
<span class="xref">C1.Schedule.Appointment</span>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void EditAppointmentDialog(Appointment appointment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub EditAppointmentDialog(appointment As Appointment)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Appointment</span></td>
      <td><span class="parametername">appointment</span></td>
      <td><p>The editing <span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_WPF_Schedule_C1Scheduler_EditAppointmentDialog_C1_Schedule_Appointment__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This methods implements the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialogCommand.html">EditAppointmentDialogCommand</a> command.</p>
</div>
</div>
