Class AppointmentResizedEventArgs
Inheritance
System.Object
System.EventArgs
AppointmentResizedEventArgs
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 AppointmentResizedEventArgs : EventArgs
Constructors
AppointmentResizedEventArgs(IEvent)
Initializes a new instance of the AppointmentResizedEventArgs.
Declaration
public AppointmentResizedEventArgs(IEvent appointment)
Parameters
IEvent
appointment
|