Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FixedStringLookup.cs
- ThreadPool.cs
- StrongNameMembershipCondition.cs
- ListDictionary.cs
- AutomationAttributeInfo.cs
- RoutedPropertyChangedEventArgs.cs
- Visual3D.cs
- DataBindingList.cs
- XamlInterfaces.cs
- IPipelineRuntime.cs
- RuntimeResourceSet.cs
- InheritanceAttribute.cs
- XmlWrappingReader.cs
- ConditionBrowserDialog.cs
- OutOfMemoryException.cs
- XmlSchemaSimpleContentRestriction.cs
- TextWriterEngine.cs
- Guid.cs
- HwndTarget.cs
- Context.cs
- Library.cs
- UIElement3D.cs
- AnimationException.cs
- ContainerUtilities.cs
- DataGridViewMethods.cs
- Ticks.cs
- TickBar.cs
- CodeParameterDeclarationExpression.cs
- RouteCollection.cs
- WindowsTokenRoleProvider.cs
- XmlNodeComparer.cs
- GridProviderWrapper.cs
- ConfigXmlSignificantWhitespace.cs
- DependencyPropertyConverter.cs
- WebPartConnectionsConfigureVerb.cs
- BevelBitmapEffect.cs
- DtdParser.cs
- OpCopier.cs
- TileBrush.cs
- DataTable.cs
- Brush.cs
- Rectangle.cs
- DataSourceGroupCollection.cs
- Rect.cs
- Tablet.cs
- OutputCacheProfileCollection.cs
- TransactionFlowElement.cs
- MouseWheelEventArgs.cs
- ObjectQueryExecutionPlan.cs
- WebBrowserContainer.cs
- LayoutEditorPart.cs
- Int16KeyFrameCollection.cs
- XPathAncestorIterator.cs
- SendKeys.cs
- TableLayoutSettings.cs
- RecognizedWordUnit.cs
- WindowInteractionStateTracker.cs
- JulianCalendar.cs
- PathData.cs
- IgnoreFlushAndCloseStream.cs
- RemoteCryptoTokenProvider.cs
- Interfaces.cs
- SwitchLevelAttribute.cs
- MutexSecurity.cs
- DesignerLinkAdapter.cs
- GuidelineSet.cs
- AudioFormatConverter.cs
- StringFreezingAttribute.cs
- ActivityValidator.cs
- XmlMtomReader.cs
- DataGridViewColumnStateChangedEventArgs.cs
- TextShapeableCharacters.cs
- ClientConfigurationSystem.cs
- Parser.cs
- DataView.cs
- SQLInt16Storage.cs
- CollectionViewGroup.cs
- HybridDictionary.cs
- BoundPropertyEntry.cs
- SynchronizedDispatch.cs
- NonDualMessageSecurityOverHttpElement.cs
- OracleEncoding.cs
- ImageMap.cs
- XmlDomTextWriter.cs
- StringPropertyBuilder.cs
- Utils.cs
- ButtonBaseAutomationPeer.cs
- StrokeCollection2.cs
- MissingSatelliteAssemblyException.cs
- PhotoPrintingIntent.cs
- ControlValuePropertyAttribute.cs
- StatusBarItem.cs
- FilterQueryOptionExpression.cs
- DetailsViewPagerRow.cs
- DefaultEventAttribute.cs
- Size3DConverter.cs
- GridViewEditEventArgs.cs
- ComponentCommands.cs
- WorkflowEnvironment.cs
- AssemblyBuilderData.cs