Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- XmlImplementation.cs
- NotifyParentPropertyAttribute.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- LinqDataSourceStatusEventArgs.cs
- SQLSingleStorage.cs
- PermissionRequestEvidence.cs
- MissingMethodException.cs
- Polyline.cs
- DataSourceSelectArguments.cs
- MarkupObject.cs
- LinearGradientBrush.cs
- NullEntityWrapper.cs
- ReliabilityContractAttribute.cs
- PointAnimationBase.cs
- Point.cs
- DrawingVisual.cs
- ObjectDataSourceEventArgs.cs
- Size.cs
- ValidatorUtils.cs
- AssemblyInfo.cs
- HTTPNotFoundHandler.cs
- Style.cs
- ProcessModelSection.cs
- EmbeddedObject.cs
- Image.cs
- PropertyStore.cs
- EntitySetBaseCollection.cs
- HttpCachePolicy.cs
- EditorBrowsableAttribute.cs
- WebConfigurationHost.cs
- LineGeometry.cs
- ProcessInfo.cs
- ElementMarkupObject.cs
- DtdParser.cs
- LicenseProviderAttribute.cs
- ListMarkerLine.cs
- Trigger.cs
- ALinqExpressionVisitor.cs
- Condition.cs
- StoreItemCollection.cs
- WebPartConnectionsDisconnectVerb.cs
- EntityStoreSchemaFilterEntry.cs
- IssuanceLicense.cs
- Win32.cs
- XmlCollation.cs
- NumberFormatter.cs
- QueryRewriter.cs
- XmlEncodedRawTextWriter.cs
- StaticFileHandler.cs
- CompilerGeneratedAttribute.cs
- XmlNotation.cs
- PrivilegedConfigurationManager.cs
- ExpressionQuoter.cs
- FSWPathEditor.cs
- userdatakeys.cs
- RankException.cs
- BindingWorker.cs
- TypeDependencyAttribute.cs
- Unit.cs
- MaterializeFromAtom.cs
- RuntimeCompatibilityAttribute.cs
- CodeTypeDelegate.cs
- JsonWriterDelegator.cs
- BinaryKeyIdentifierClause.cs
- MapPathBasedVirtualPathProvider.cs
- SelectionProviderWrapper.cs
- IgnoreSectionHandler.cs
- SortedSetDebugView.cs
- SmiContextFactory.cs
- PropertyIDSet.cs
- BaseValidator.cs
- DataGridViewColumnConverter.cs
- RegexFCD.cs
- DesigntimeLicenseContextSerializer.cs
- ProfileGroupSettings.cs
- PolyLineSegment.cs
- ExpandedWrapper.cs
- ConnectionPool.cs
- DataSourceGroupCollection.cs
- MouseWheelEventArgs.cs
- X509ChainPolicy.cs
- ItemCollectionEditor.cs
- iisPickupDirectory.cs
- ManagementEventWatcher.cs
- PerformanceCounterPermissionAttribute.cs
- ReferencedCollectionType.cs
- StickyNoteAnnotations.cs
- URI.cs
- MemoryFailPoint.cs
- XmlSignatureProperties.cs
- PageClientProxyGenerator.cs
- UnsafeNativeMethods.cs
- Hex.cs
- CodeGenerator.cs
- Timer.cs
- Parameter.cs
- PrivilegedConfigurationManager.cs
- RoleService.cs
- HandlerBase.cs
- Label.cs