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
- TableHeaderCell.cs
- MemoryMappedViewAccessor.cs
- EntityException.cs
- WebPartDisplayModeEventArgs.cs
- EmptyEnumerator.cs
- RegisteredScript.cs
- ResourceDescriptionAttribute.cs
- xdrvalidator.cs
- SqlDataSource.cs
- FilteredDataSetHelper.cs
- Rijndael.cs
- Span.cs
- CanonicalFormWriter.cs
- PasswordBox.cs
- FlowDocumentPaginator.cs
- Matrix3D.cs
- BamlRecordHelper.cs
- ProfileInfo.cs
- VectorCollectionValueSerializer.cs
- Vector3DIndependentAnimationStorage.cs
- DataGridViewCellCollection.cs
- ReadOnlyDictionary.cs
- HtmlHead.cs
- Emitter.cs
- PropertyBuilder.cs
- ArithmeticException.cs
- ContextInformation.cs
- FixUp.cs
- ParseHttpDate.cs
- DecoderBestFitFallback.cs
- IndexOutOfRangeException.cs
- TransformDescriptor.cs
- DataListItemEventArgs.cs
- OperationAbortedException.cs
- ArraySortHelper.cs
- XPathPatternBuilder.cs
- BamlVersionHeader.cs
- HtmlToClrEventProxy.cs
- ColorDialog.cs
- Annotation.cs
- VisualStyleTypesAndProperties.cs
- ContextActivityUtils.cs
- ContentType.cs
- SchemaCollectionCompiler.cs
- _AutoWebProxyScriptEngine.cs
- ColorAnimationBase.cs
- CodeArgumentReferenceExpression.cs
- InkCanvasInnerCanvas.cs
- TraceSection.cs
- RegistryExceptionHelper.cs
- PointCollectionValueSerializer.cs
- xsdvalidator.cs
- InkCanvasInnerCanvas.cs
- ChildChangedEventArgs.cs
- CssClassPropertyAttribute.cs
- PointCollectionConverter.cs
- CheckPair.cs
- JsonReaderDelegator.cs
- AsymmetricCryptoHandle.cs
- AccessibleObject.cs
- Configuration.cs
- XmlSchemaValidator.cs
- MachineKeyValidationConverter.cs
- DbProviderServices.cs
- CqlBlock.cs
- DataGridViewTopRowAccessibleObject.cs
- ListViewUpdateEventArgs.cs
- TakeOrSkipQueryOperator.cs
- XmlTextReader.cs
- WindowsScrollBar.cs
- MultiTrigger.cs
- SinglePageViewer.cs
- PropertyChangedEventManager.cs
- ManipulationDevice.cs
- DataServiceQueryProvider.cs
- FontNamesConverter.cs
- ConstraintStruct.cs
- XsltContext.cs
- ContentPresenter.cs
- oledbmetadatacolumnnames.cs
- DbResourceAllocator.cs
- MenuCommandsChangedEventArgs.cs
- GeneralTransform3DGroup.cs
- FontNameEditor.cs
- OracleSqlParser.cs
- TimeSpanValidator.cs
- newinstructionaction.cs
- PartBasedPackageProperties.cs
- WebZone.cs
- EventListenerClientSide.cs
- ClockController.cs
- OutputCacheSection.cs
- SqlUDTStorage.cs
- BooleanKeyFrameCollection.cs
- BaseTransportHeaders.cs
- ByteStream.cs
- VectorCollectionValueSerializer.cs
- AdRotator.cs
- TextServicesLoader.cs
- LinearKeyFrames.cs