Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------------- // // 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
- OperandQuery.cs
- DataGrid.cs
- ReturnType.cs
- WindowsAltTab.cs
- DeviceOverridableAttribute.cs
- Rectangle.cs
- BitmapPalette.cs
- SessionStateUtil.cs
- RemotingServices.cs
- TemplateAction.cs
- StreamHelper.cs
- DefinitionUpdate.cs
- TdsParserSessionPool.cs
- BasicCommandTreeVisitor.cs
- StatusBarDrawItemEvent.cs
- WebPartDescription.cs
- ViewGenResults.cs
- ToolStripDropDownClosingEventArgs.cs
- MachineKeySection.cs
- NetCodeGroup.cs
- ACL.cs
- RectAnimation.cs
- Guid.cs
- FixedPosition.cs
- RSAProtectedConfigurationProvider.cs
- APCustomTypeDescriptor.cs
- SinglePageViewer.cs
- UriExt.cs
- DbConnectionPoolIdentity.cs
- CustomError.cs
- PackWebRequestFactory.cs
- PrimitiveSchema.cs
- BridgeDataRecord.cs
- DTCTransactionManager.cs
- DefaultBinder.cs
- BaseDataBoundControlDesigner.cs
- WindowsProgressbar.cs
- WebServiceResponseDesigner.cs
- OleCmdHelper.cs
- InputLanguage.cs
- WinEventWrap.cs
- RtfToXamlReader.cs
- PaintValueEventArgs.cs
- RtfToXamlLexer.cs
- LayoutUtils.cs
- DbExpressionRules.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- Debug.cs
- FeatureSupport.cs
- BaseTemplatedMobileComponentEditor.cs
- MailMessage.cs
- OverlappedAsyncResult.cs
- CharacterMetricsDictionary.cs
- HttpChannelListener.cs
- ParameterToken.cs
- IPAddressCollection.cs
- TargetPerspective.cs
- MouseButton.cs
- Overlapped.cs
- DependencyPropertyValueSerializer.cs
- SafeNativeHandle.cs
- ToolStripMenuItemDesigner.cs
- ProfileInfo.cs
- KeyValueConfigurationElement.cs
- SmiRequestExecutor.cs
- MenuItem.cs
- NodeFunctions.cs
- SiteMapNodeItemEventArgs.cs
- DictionaryContent.cs
- Delegate.cs
- LeaseManager.cs
- DataExchangeServiceBinder.cs
- RightsManagementInformation.cs
- SchemaAttDef.cs
- ProgressBarAutomationPeer.cs
- EUCJPEncoding.cs
- XPathNodePointer.cs
- CreateUserWizardStep.cs
- WebEvents.cs
- UrlAuthFailedErrorFormatter.cs
- DoubleLink.cs
- TypeBuilderInstantiation.cs
- SchemaObjectWriter.cs
- SoundPlayer.cs
- UnmanagedMemoryStream.cs
- COM2ICategorizePropertiesHandler.cs
- LayoutEvent.cs
- EdgeProfileValidation.cs
- ManagedFilter.cs
- webclient.cs
- FamilyTypefaceCollection.cs
- WasHttpHandlersInstallComponent.cs
- entitydatasourceentitysetnameconverter.cs
- PartialCachingAttribute.cs
- _CommandStream.cs
- UnsafeNativeMethods.cs
- TreeNodeStyleCollection.cs
- Attributes.cs
- OleDbInfoMessageEvent.cs
- MethodRental.cs