Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / CalendarDateRangeChangingEventArgs.cs / 1305600 / CalendarDateRangeChangingEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Event arguments to notify clients that the range is changing and what the new range will be /// internal class CalendarDateRangeChangingEventArgs : EventArgs { public CalendarDateRangeChangingEventArgs(DateTime start, DateTime end) { _start = start; _end = end; } public DateTime Start { get { return _start; } } public DateTime End { get { return _end; } } private DateTime _start; private DateTime _end; } } // 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
- MetaModel.cs
- SyndicationLink.cs
- Int32RectConverter.cs
- DesignerAttribute.cs
- DataGridColumn.cs
- ManagementEventWatcher.cs
- DataColumnSelectionConverter.cs
- Gdiplus.cs
- Container.cs
- Substitution.cs
- ClrPerspective.cs
- AudioFormatConverter.cs
- DataServicePagingProviderWrapper.cs
- LoadMessageLogger.cs
- RepeaterItemCollection.cs
- OdbcFactory.cs
- Int32Collection.cs
- ModifyActivitiesPropertyDescriptor.cs
- X509SecurityTokenAuthenticator.cs
- DefaultWorkflowSchedulerService.cs
- DesignerVerbToolStripMenuItem.cs
- AsyncOperation.cs
- KeyValueSerializer.cs
- ProxyWebPart.cs
- GenericAuthenticationEventArgs.cs
- EncodingNLS.cs
- Environment.cs
- cookie.cs
- ResourceBinder.cs
- XPathSelectionIterator.cs
- HashAlgorithm.cs
- TraceFilter.cs
- ClientBuildManager.cs
- IntPtr.cs
- DataGridSortCommandEventArgs.cs
- ManagedFilter.cs
- ControllableStoryboardAction.cs
- RowUpdatedEventArgs.cs
- PageAsyncTask.cs
- Root.cs
- TreePrinter.cs
- OutputWindow.cs
- StrokeNode.cs
- TextSimpleMarkerProperties.cs
- invalidudtexception.cs
- Comparer.cs
- TextServicesCompartmentContext.cs
- TraceProvider.cs
- PassportAuthentication.cs
- XmlUnspecifiedAttribute.cs
- StateMachineSubscription.cs
- StackOverflowException.cs
- XmlParser.cs
- ProxyWebPart.cs
- RecognizerInfo.cs
- Application.cs
- ReadOnlyHierarchicalDataSource.cs
- RequestResizeEvent.cs
- UserNamePasswordValidationMode.cs
- TextBlock.cs
- IResourceProvider.cs
- DetailsViewInsertedEventArgs.cs
- TextReader.cs
- SecurityPolicySection.cs
- ButtonChrome.cs
- LinkArea.cs
- SqlBooleanizer.cs
- TextShapeableCharacters.cs
- BooleanExpr.cs
- XmlDataDocument.cs
- NativeMethods.cs
- Color.cs
- PlacementWorkspace.cs
- Journaling.cs
- ScrollBar.cs
- ParseHttpDate.cs
- StringReader.cs
- Subset.cs
- CodeTypeParameterCollection.cs
- XmlSerializerFactory.cs
- PackagePart.cs
- DataGridBeginningEditEventArgs.cs
- ToolStripLabel.cs
- Tokenizer.cs
- UdpSocket.cs
- PersonalizableTypeEntry.cs
- SQLRoleProvider.cs
- BaseTemplateBuildProvider.cs
- MultiSelectRootGridEntry.cs
- InputMethodStateChangeEventArgs.cs
- PaginationProgressEventArgs.cs
- CalendarItem.cs
- MarkupExtensionParser.cs
- Rect3DValueSerializer.cs
- CalendarAutoFormat.cs
- NonClientArea.cs
- SubMenuStyle.cs
- ApplyTemplatesAction.cs
- querybuilder.cs
- CompositeDataBoundControl.cs