Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / DateRangeEvent.cs / 1 / DateRangeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; ////// /// The SelectEvent is fired when the user makes an explicit date /// selection within a month calendar control. /// public class DateRangeEventArgs : EventArgs { readonly DateTime start; // The date for the first day in the user's selection range. readonly DateTime end; // The date for the last day in the user's selection range. ////// /// public DateRangeEventArgs(DateTime start, DateTime end) { this.start = start; this.end = end; } ///[To be supplied.] ////// /// public DateTime Start { get { return start; } } ///[To be supplied.] ////// /// public DateTime End { get { return end; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; ////// /// The SelectEvent is fired when the user makes an explicit date /// selection within a month calendar control. /// public class DateRangeEventArgs : EventArgs { readonly DateTime start; // The date for the first day in the user's selection range. readonly DateTime end; // The date for the last day in the user's selection range. ////// /// public DateRangeEventArgs(DateTime start, DateTime end) { this.start = start; this.end = end; } ///[To be supplied.] ////// /// public DateTime Start { get { return start; } } ///[To be supplied.] ////// /// public DateTime End { get { return end; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigurationConverterBase.cs
- SqlDataSourceStatusEventArgs.cs
- InstanceDataCollection.cs
- HiddenField.cs
- LinqDataSourceStatusEventArgs.cs
- DynamicRenderer.cs
- TextOnlyOutput.cs
- ActiveXHelper.cs
- LockRenewalTask.cs
- SoapEnumAttribute.cs
- SoapIncludeAttribute.cs
- CrossAppDomainChannel.cs
- XhtmlConformanceSection.cs
- XPathSelectionIterator.cs
- DefaultMemberAttribute.cs
- TransactionChannelFactory.cs
- StringAnimationBase.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- SiteMapHierarchicalDataSourceView.cs
- selecteditemcollection.cs
- UIElementIsland.cs
- SessionStateSection.cs
- EmbeddedMailObject.cs
- _OSSOCK.cs
- mongolianshape.cs
- WebControl.cs
- recordstatefactory.cs
- LayoutSettings.cs
- EdmTypeAttribute.cs
- UpdatePanelTrigger.cs
- ControlBuilder.cs
- TypeUnloadedException.cs
- PublisherMembershipCondition.cs
- ColorBlend.cs
- OLEDB_Enum.cs
- CompoundFileStreamReference.cs
- DataServiceConfiguration.cs
- RepeatInfo.cs
- HitTestWithGeometryDrawingContextWalker.cs
- DataGridViewRowsRemovedEventArgs.cs
- ContextInformation.cs
- assemblycache.cs
- RectConverter.cs
- MimeTypePropertyAttribute.cs
- StringValueConverter.cs
- MatrixValueSerializer.cs
- NavigatorInput.cs
- DataGridViewComboBoxCell.cs
- HMACSHA256.cs
- Setter.cs
- TextSelectionHelper.cs
- FilterElement.cs
- WindowsScroll.cs
- XPathNavigator.cs
- UniqueEventHelper.cs
- ResourceExpressionBuilder.cs
- TextDocumentView.cs
- IArgumentProvider.cs
- KeyEventArgs.cs
- Pair.cs
- SocketInformation.cs
- QueryStringParameter.cs
- DataPager.cs
- ServerIdentity.cs
- TextFormatter.cs
- ResourcePool.cs
- IisTraceWebEventProvider.cs
- IDataContractSurrogate.cs
- ValidatorAttribute.cs
- SetStateEventArgs.cs
- BinHexEncoder.cs
- Scheduling.cs
- SnapshotChangeTrackingStrategy.cs
- CategoryGridEntry.cs
- Char.cs
- UniqueID.cs
- SelectionItemProviderWrapper.cs
- PeerCollaboration.cs
- FixedSOMContainer.cs
- Assert.cs
- COM2ComponentEditor.cs
- ProcessHostMapPath.cs
- Fx.cs
- ShapingWorkspace.cs
- XmlSchemaSimpleType.cs
- ReachDocumentReferenceSerializer.cs
- XslAstAnalyzer.cs
- TemplateKey.cs
- XamlFxTrace.cs
- AtlasWeb.Designer.cs
- DataChangedEventManager.cs
- XmlSchemaException.cs
- PagesChangedEventArgs.cs
- Stacktrace.cs
- XmlQueryContext.cs
- DocumentViewerBaseAutomationPeer.cs
- ToolboxItemCollection.cs
- HtmlElementErrorEventArgs.cs
- TraceContextRecord.cs
- GroupByExpressionRewriter.cs