public PartitionContentChangedEventArgs(SchedulePartitionType partitionType)
 {
     PartitionType = partitionType;
 }
		public PartitionContentChangedEventArgs(SchedulePartitionType partitionType)
		{
			PartitionType = partitionType;
		}