Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- OperationAbortedException.cs
- DashStyle.cs
- CompiledQuery.cs
- ECDiffieHellmanPublicKey.cs
- PropertyChangedEventArgs.cs
- FontUnitConverter.cs
- SemanticResultValue.cs
- BinaryFormatterWriter.cs
- RenderDataDrawingContext.cs
- EdmItemCollection.cs
- Point3DKeyFrameCollection.cs
- ClientTargetCollection.cs
- ErrorHandlerModule.cs
- PhonemeConverter.cs
- FileCodeGroup.cs
- RequestTimeoutManager.cs
- XmlSchemaSimpleContentExtension.cs
- TemplateControlParser.cs
- AttachmentService.cs
- DelayedRegex.cs
- Margins.cs
- DrawTreeNodeEventArgs.cs
- WebInvokeAttribute.cs
- GlyphingCache.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- WsdlBuildProvider.cs
- RegularExpressionValidator.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- ServiceMemoryGates.cs
- ViewGenerator.cs
- HtmlMeta.cs
- FrameSecurityDescriptor.cs
- TextEndOfSegment.cs
- CannotUnloadAppDomainException.cs
- HuffModule.cs
- TextBreakpoint.cs
- UrlMappingCollection.cs
- StringComparer.cs
- PartialList.cs
- CodeObject.cs
- ClaimSet.cs
- Vector3dCollection.cs
- StreamWriter.cs
- HeaderPanel.cs
- HttpListener.cs
- RuntimeWrappedException.cs
- ExecutionTracker.cs
- ToolZone.cs
- Graph.cs
- WsdlWriter.cs
- HttpModulesSection.cs
- FrameworkRichTextComposition.cs
- Point3DCollectionValueSerializer.cs
- OptimizedTemplateContent.cs
- PeerNeighborManager.cs
- CompModSwitches.cs
- DoubleAnimationUsingKeyFrames.cs
- QuaternionRotation3D.cs
- DataTrigger.cs
- DynamicControlParameter.cs
- PointAnimationBase.cs
- RecordsAffectedEventArgs.cs
- WebDescriptionAttribute.cs
- AssociativeAggregationOperator.cs
- Selector.cs
- SizeAnimation.cs
- IisTraceListener.cs
- ToolStripContainer.cs
- SerializationInfoEnumerator.cs
- SqlBooleanMismatchVisitor.cs
- WebHttpBinding.cs
- DeviceContexts.cs
- SchemaInfo.cs
- CodeArrayIndexerExpression.cs
- CompiledRegexRunner.cs
- PeerInvitationResponse.cs
- Int16.cs
- SQLChars.cs
- PreservationFileWriter.cs
- XmlAggregates.cs
- XmlElementList.cs
- TitleStyle.cs
- HuffCodec.cs
- FactoryGenerator.cs
- ToolStripItemCollection.cs
- XMLSchema.cs
- VectorAnimation.cs
- ManipulationStartingEventArgs.cs
- WindowAutomationPeer.cs
- PageCache.cs
- CodeExpressionStatement.cs
- DataColumnChangeEvent.cs
- Matrix3DConverter.cs
- Lease.cs
- FixedPageAutomationPeer.cs
- ObjectSpanRewriter.cs
- WebZone.cs
- XPathNodeInfoAtom.cs
- SQLMembershipProvider.cs
- BuildManagerHost.cs