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
- PreProcessInputEventArgs.cs
- WorkflowMarkupSerializationProvider.cs
- PrivilegeNotHeldException.cs
- ThreadAttributes.cs
- OutputCacheSection.cs
- TimeSpan.cs
- GenericPrincipal.cs
- MouseBinding.cs
- ConsumerConnectionPointCollection.cs
- MeshGeometry3D.cs
- EncryptedPackage.cs
- SpeechAudioFormatInfo.cs
- ToolStripPanelRow.cs
- FixedSOMLineRanges.cs
- PriorityQueue.cs
- PropertyPathConverter.cs
- CompilerGlobalScopeAttribute.cs
- HttpHandlerAction.cs
- KeyMatchBuilder.cs
- ReachDocumentReferenceSerializer.cs
- AdRotator.cs
- SimpleMailWebEventProvider.cs
- ProxyGenerationError.cs
- CollectionType.cs
- HandleCollector.cs
- HMACSHA1.cs
- BindingBase.cs
- ApplyTemplatesAction.cs
- Base64Encoder.cs
- Material.cs
- DataBoundControl.cs
- ConfigXmlWhitespace.cs
- EpmTargetPathSegment.cs
- MetadataProperty.cs
- IncrementalCompileAnalyzer.cs
- TypeTypeConverter.cs
- MembershipPasswordException.cs
- PieceNameHelper.cs
- Variable.cs
- ActivityMarkupSerializationProvider.cs
- StylusPointPropertyInfo.cs
- ProgressBarAutomationPeer.cs
- ComponentCollection.cs
- RectAnimationBase.cs
- CurrencyWrapper.cs
- Token.cs
- ParentQuery.cs
- CaseStatement.cs
- Resources.Designer.cs
- AggregateNode.cs
- OLEDB_Enum.cs
- CheckBoxPopupAdapter.cs
- BooleanFacetDescriptionElement.cs
- tooltip.cs
- PropertyEmitter.cs
- RouteItem.cs
- DiffuseMaterial.cs
- MaterialCollection.cs
- TreeViewEvent.cs
- SqlUtil.cs
- ColorConvertedBitmap.cs
- SecurityContextCookieSerializer.cs
- LineBreak.cs
- WebReferencesBuildProvider.cs
- ManagementOptions.cs
- AttributeEmitter.cs
- CustomCredentialPolicy.cs
- HttpPostedFileBase.cs
- ContextStack.cs
- ByteStorage.cs
- Unit.cs
- PackagingUtilities.cs
- ObjectComplexPropertyMapping.cs
- WebPartDisplayMode.cs
- FullTrustAssembliesSection.cs
- ObjectDesignerDataSourceView.cs
- AttributeData.cs
- InkCollectionBehavior.cs
- ResXFileRef.cs
- HighlightComponent.cs
- NullableDecimalAverageAggregationOperator.cs
- CaseKeyBox.ViewModel.cs
- SortedDictionary.cs
- odbcmetadatacollectionnames.cs
- LicenseContext.cs
- XmlSchemaInclude.cs
- DisplayNameAttribute.cs
- StopStoryboard.cs
- SecurityRuntime.cs
- CssClassPropertyAttribute.cs
- HttpConfigurationContext.cs
- CreateDataSourceDialog.cs
- WebPartPersonalization.cs
- TrustSection.cs
- OrderByExpression.cs
- RegisteredDisposeScript.cs
- RowSpanVector.cs
- FolderLevelBuildProvider.cs
- FreezableDefaultValueFactory.cs
- TCPListener.cs