Class AppointmentChangedEventArgs
Inheritance
System.Object
System.EventArgs
AppointmentChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AppointmentChangedEventArgs : EventArgs
Constructors
AppointmentChangedEventArgs(IEvent, String)
Declaration
public AppointmentChangedEventArgs(IEvent appointment, string propertyName)
Parameters
IEvent
appointment
|
System.String
propertyName
|
Properties
Appointment
PropertyName
Gets the property of the appointment that was changed.
Declaration
public string PropertyName { get; }
Property Value
System.String
|