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
- ToolStripArrowRenderEventArgs.cs
- MultipartIdentifier.cs
- SettingsBase.cs
- Quad.cs
- HwndSourceParameters.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- EntityCommandExecutionException.cs
- DecimalAnimationUsingKeyFrames.cs
- ListBindingConverter.cs
- DataGridViewCheckBoxColumn.cs
- InvokeHandlers.cs
- XmlSchemaAttributeGroupRef.cs
- hwndwrapper.cs
- MiniMapControl.xaml.cs
- BamlLocalizer.cs
- CannotUnloadAppDomainException.cs
- MatcherBuilder.cs
- Model3D.cs
- FrameworkReadOnlyPropertyMetadata.cs
- DisplayClaim.cs
- RadioButtonList.cs
- GridViewColumnCollection.cs
- TextPointerBase.cs
- DataPagerFieldItem.cs
- PeerCollaboration.cs
- FrameSecurityDescriptor.cs
- Pair.cs
- SystemUnicastIPAddressInformation.cs
- DynamicILGenerator.cs
- XmlSchemaParticle.cs
- XmlWriter.cs
- OLEDB_Enum.cs
- RsaSecurityTokenAuthenticator.cs
- TypePresenter.xaml.cs
- GroupQuery.cs
- SyndicationDeserializer.cs
- PassportPrincipal.cs
- MetabaseServerConfig.cs
- _AcceptOverlappedAsyncResult.cs
- HtmlElementEventArgs.cs
- RangeEnumerable.cs
- ColumnWidthChangingEvent.cs
- BasicExpressionVisitor.cs
- StylusOverProperty.cs
- CommonXSendMessage.cs
- EntityCollection.cs
- WindowsFormsHost.cs
- ThreadSafeList.cs
- ValueConversionAttribute.cs
- Light.cs
- ModulesEntry.cs
- _ListenerRequestStream.cs
- QualificationDataItem.cs
- AffineTransform3D.cs
- HttpCacheVary.cs
- While.cs
- ByteStreamMessageEncoderFactory.cs
- AnimationTimeline.cs
- ExportOptions.cs
- MetaChildrenColumn.cs
- Vertex.cs
- CheckBoxStandardAdapter.cs
- ResXResourceReader.cs
- EraserBehavior.cs
- ViewStateException.cs
- RadioButtonStandardAdapter.cs
- Overlapped.cs
- PagePropertiesChangingEventArgs.cs
- EventProviderBase.cs
- SqlColumnizer.cs
- ADRoleFactoryConfiguration.cs
- DataBindingCollection.cs
- TextRangeEditTables.cs
- ParseChildrenAsPropertiesAttribute.cs
- WindowInteropHelper.cs
- Rules.cs
- Matrix.cs
- ComponentCommands.cs
- UnsafeNativeMethods.cs
- LinqMaximalSubtreeNominator.cs
- HttpRuntime.cs
- DesignTimeParseData.cs
- ServiceOperationParameter.cs
- EnumType.cs
- QilFunction.cs
- AuthenticationServiceManager.cs
- ApplicationServiceHelper.cs
- PersonalizableAttribute.cs
- SqlRetyper.cs
- HandledEventArgs.cs
- StringCollection.cs
- FixedTextContainer.cs
- Focus.cs
- ScrollEvent.cs
- TextEditorSelection.cs
- EpmContentSerializer.cs
- Merger.cs
- WinFormsUtils.cs
- DataGridTableCollection.cs
- Types.cs