Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / CalendarDateChangedEventArgs.cs / 1305600 / CalendarDateChangedEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Provides data for the DateSelected and DisplayDateChanged events. /// public class CalendarDateChangedEventArgs : System.Windows.RoutedEventArgs { internal CalendarDateChangedEventArgs(DateTime? removedDate, DateTime? addedDate) { this.RemovedDate = removedDate; this.AddedDate = addedDate; } ////// Gets the date to be newly displayed. /// public DateTime? AddedDate { get; private set; } ////// Gets the date that was previously displayed. /// public DateTime? RemovedDate { get; private set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Provides data for the DateSelected and DisplayDateChanged events. /// public class CalendarDateChangedEventArgs : System.Windows.RoutedEventArgs { internal CalendarDateChangedEventArgs(DateTime? removedDate, DateTime? addedDate) { this.RemovedDate = removedDate; this.AddedDate = addedDate; } ////// Gets the date to be newly displayed. /// public DateTime? AddedDate { get; private set; } ////// Gets the date that was previously displayed. /// public DateTime? RemovedDate { get; private set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataPagerFieldCommandEventArgs.cs
- XLinq.cs
- RuntimeWrappedException.cs
- NominalTypeEliminator.cs
- ApplicationServiceHelper.cs
- OSFeature.cs
- TraceSource.cs
- DataBinding.cs
- Activity.cs
- ContainerFilterService.cs
- XmlIlTypeHelper.cs
- AutomationPatternInfo.cs
- TemplateXamlParser.cs
- ObjectReaderCompiler.cs
- RuleConditionDialog.cs
- TemplatedWizardStep.cs
- UserControlParser.cs
- CompilationLock.cs
- TiffBitmapDecoder.cs
- ReadWriteObjectLock.cs
- followingquery.cs
- DbParameterHelper.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- CommandHelpers.cs
- sqlmetadatafactory.cs
- MaskedTextProvider.cs
- IdlingCommunicationPool.cs
- RuleSetDialog.Designer.cs
- Utils.cs
- EndPoint.cs
- Drawing.cs
- StyleSelector.cs
- XmlSchemaSimpleContentExtension.cs
- TreeViewItem.cs
- VisualTreeFlattener.cs
- PolicyValidationException.cs
- SqlInternalConnectionSmi.cs
- HebrewNumber.cs
- NativeMethods.cs
- SqlUDTStorage.cs
- Transform.cs
- AttributeEmitter.cs
- ListMarkerLine.cs
- NonClientArea.cs
- MultipartIdentifier.cs
- TreeIterators.cs
- Content.cs
- SessionPageStateSection.cs
- CompensateDesigner.cs
- AddToCollection.cs
- ExtendedProperty.cs
- XPathMessageFilterElementComparer.cs
- PrintSchema.cs
- MappedMetaModel.cs
- OdbcConnection.cs
- SharedStatics.cs
- SerializationAttributes.cs
- FullTrustAssembly.cs
- FrameworkPropertyMetadata.cs
- OutputScopeManager.cs
- TemplateNodeContextMenu.cs
- SecurityContextKeyIdentifierClause.cs
- SettingsBase.cs
- PersonalizableTypeEntry.cs
- DesignerAutoFormat.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- ClientSponsor.cs
- PaperSource.cs
- XPathEmptyIterator.cs
- InfoCardSchemas.cs
- AttributeData.cs
- DataGridViewCellConverter.cs
- ConfigXmlSignificantWhitespace.cs
- SlotInfo.cs
- DNS.cs
- UserPreferenceChangedEventArgs.cs
- BufferModeSettings.cs
- SemanticBasicElement.cs
- StructuredTypeInfo.cs
- DictionaryGlobals.cs
- BmpBitmapEncoder.cs
- DesignTimeTemplateParser.cs
- ZoneButton.cs
- PeerCollaborationPermission.cs
- __TransparentProxy.cs
- Evaluator.cs
- ActivityTypeCodeDomSerializer.cs
- ContentDisposition.cs
- SingleConverter.cs
- RichTextBoxConstants.cs
- SessionStateSection.cs
- ValidationPropertyAttribute.cs
- GridViewPageEventArgs.cs
- FormViewInsertEventArgs.cs
- AxisAngleRotation3D.cs
- StructuralCache.cs
- SubpageParagraph.cs
- XmlAttribute.cs
- ControlCodeDomSerializer.cs
- Lasso.cs