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
- Process.cs
- DataSourceXmlElementAttribute.cs
- InheritanceRules.cs
- OracleString.cs
- ExtendedProperty.cs
- ErrorFormatter.cs
- TemplatedMailWebEventProvider.cs
- TransformationRules.cs
- UIElementHelper.cs
- Operators.cs
- CryptoApi.cs
- ExceptionWrapper.cs
- FileIOPermission.cs
- LoadedOrUnloadedOperation.cs
- ScriptControlDescriptor.cs
- PresentationAppDomainManager.cs
- SubpageParagraph.cs
- HyperLinkStyle.cs
- LocationSectionRecord.cs
- SchemaContext.cs
- Inline.cs
- ExpressionBinding.cs
- ParagraphResult.cs
- DataSourceXmlSerializer.cs
- Msmq4SubqueuePoisonHandler.cs
- WithParamAction.cs
- AuthenticationModuleElementCollection.cs
- LinqDataSourceHelper.cs
- TypefaceMetricsCache.cs
- SystemTcpConnection.cs
- FileNameEditor.cs
- MergeFailedEvent.cs
- DataSourceHelper.cs
- AccessViolationException.cs
- TransformationRules.cs
- FormatVersion.cs
- ImageSourceValueSerializer.cs
- FileSystemEventArgs.cs
- DataTableMappingCollection.cs
- ResizeGrip.cs
- CommandHelpers.cs
- VisualBrush.cs
- CompositionTarget.cs
- ApplicationDirectory.cs
- AsyncParams.cs
- GridPatternIdentifiers.cs
- StringValueConverter.cs
- XmlStreamStore.cs
- ThumbButtonInfo.cs
- RootProfilePropertySettingsCollection.cs
- CopyOfAction.cs
- CounterCreationDataCollection.cs
- Int32EqualityComparer.cs
- ArraySet.cs
- XmlBinaryReader.cs
- MimeMultiPart.cs
- StateInitialization.cs
- KeyToListMap.cs
- CodeCatchClause.cs
- SecurityToken.cs
- DesignerDataStoredProcedure.cs
- WindowsGraphicsWrapper.cs
- RequestTimeoutManager.cs
- BuildDependencySet.cs
- BindingGroup.cs
- HTTPNotFoundHandler.cs
- VirtualDirectoryMapping.cs
- ExpandCollapseProviderWrapper.cs
- SelfSignedCertificate.cs
- DiscreteKeyFrames.cs
- DocumentsTrace.cs
- DbDataSourceEnumerator.cs
- XmlFileEditor.cs
- IntSecurity.cs
- PassportPrincipal.cs
- CommentEmitter.cs
- BrushConverter.cs
- BinaryObjectWriter.cs
- OdbcTransaction.cs
- GenericWebPart.cs
- ScrollData.cs
- SelectionList.cs
- Descriptor.cs
- ConstructorExpr.cs
- EUCJPEncoding.cs
- glyphs.cs
- BamlMapTable.cs
- SuspendDesigner.cs
- CharacterBuffer.cs
- UIElementCollection.cs
- AdvancedBindingPropertyDescriptor.cs
- ConfigPathUtility.cs
- MexTcpBindingCollectionElement.cs
- ExportOptions.cs
- CurrentChangedEventManager.cs
- MethodAccessException.cs
- ZipPackage.cs
- InvalidOleVariantTypeException.cs
- WSDualHttpSecurityElement.cs
- Block.cs