RadControls for Silverlight

Occurs when the new appointment was created and edit dialog window is about to be shown.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050

Syntax

C#
public event EventHandler<AppointmentCreatedEventArgs> AppointmentCreated
Visual Basic
Public Event AppointmentCreated As EventHandler(Of AppointmentCreatedEventArgs)

See Also