Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
///
///
/// [To be supplied.]
///
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.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageAnimator.cs
- LinqDataSourceStatusEventArgs.cs
- TwoPhaseCommit.cs
- TraceHandler.cs
- XsdDateTime.cs
- DataServiceRequest.cs
- XPathArrayIterator.cs
- ListBox.cs
- OuterGlowBitmapEffect.cs
- NameValueSectionHandler.cs
- DataRelationCollection.cs
- DynamicILGenerator.cs
- InfiniteIntConverter.cs
- QilXmlWriter.cs
- AutoGeneratedField.cs
- XsdDateTime.cs
- NotImplementedException.cs
- XhtmlBasicControlAdapter.cs
- SyndicationFeed.cs
- GridViewPageEventArgs.cs
- SettingsBase.cs
- SQLDateTime.cs
- TransportContext.cs
- AuthStoreRoleProvider.cs
- PeerInvitationResponse.cs
- ElementAction.cs
- UniformGrid.cs
- IncomingWebResponseContext.cs
- Literal.cs
- ResourceManager.cs
- FileVersionInfo.cs
- ScrollItemProviderWrapper.cs
- X509Certificate2Collection.cs
- SignatureSummaryDialog.cs
- TargetException.cs
- ModelFactory.cs
- FlagsAttribute.cs
- DiagnosticsConfigurationHandler.cs
- BinaryCommonClasses.cs
- WindowsRegion.cs
- CollectionViewSource.cs
- DocumentGridContextMenu.cs
- ElasticEase.cs
- HitTestWithPointDrawingContextWalker.cs
- Pen.cs
- FontDifferentiator.cs
- CutCopyPasteHelper.cs
- ListViewInsertedEventArgs.cs
- FormsAuthenticationModule.cs
- SafeNativeMethodsOther.cs
- ExpressionConverter.cs
- HtmlHead.cs
- XmlSchemaInclude.cs
- Environment.cs
- JobStaple.cs
- TimerEventSubscriptionCollection.cs
- FloaterBaseParaClient.cs
- InputDevice.cs
- GridItemProviderWrapper.cs
- Track.cs
- WindowsPrincipal.cs
- XmlAnyAttributeAttribute.cs
- SplitContainer.cs
- SuppressMessageAttribute.cs
- XNodeNavigator.cs
- ToolStripItemImageRenderEventArgs.cs
- AuthenticationService.cs
- Win32SafeHandles.cs
- FormatterServices.cs
- CssTextWriter.cs
- DocumentPageViewAutomationPeer.cs
- ipaddressinformationcollection.cs
- Delay.cs
- WmlTextBoxAdapter.cs
- BaseDataBoundControlDesigner.cs
- DropShadowEffect.cs
- returneventsaver.cs
- XmlSerializerFactory.cs
- TraceSection.cs
- HtmlInputCheckBox.cs
- PlainXmlSerializer.cs
- DispatcherOperation.cs
- NavigationFailedEventArgs.cs
- Queue.cs
- DispatcherFrame.cs
- DeploymentSection.cs
- ServiceSettingsResponseInfo.cs
- FieldNameLookup.cs
- IndexObject.cs
- OutputCacheProfileCollection.cs
- BaseParaClient.cs
- CompositeScriptReferenceEventArgs.cs
- ExpressionBinding.cs
- SrgsElementFactoryCompiler.cs
- QilNode.cs
- IPPacketInformation.cs
- GC.cs
- NullRuntimeConfig.cs
- SqlUserDefinedAggregateAttribute.cs
- SHA1CryptoServiceProvider.cs