Class PrintAppointmentEventArgs
Inheritance
System.Object
System.EventArgs
PrintAppointmentEventArgs
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 PrintAppointmentEventArgs : EventArgs
Constructors
PrintAppointmentEventArgs(AppointmentPrintElement)
Declaration
public PrintAppointmentEventArgs(AppointmentPrintElement appointmentElement)
Parameters
AppointmentPrintElement
appointmentElement
|
Properties
AppointmentElement
Declaration
public AppointmentPrintElement AppointmentElement { get; }
Property Value
AppointmentPrintElement
|