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.
///
///
/// [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.
//
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SetterBaseCollection.cs
- MessageFilterException.cs
- GenerateTemporaryAssemblyTask.cs
- NegotiateStream.cs
- Unit.cs
- ComplusTypeValidator.cs
- StringCollection.cs
- SiblingIterators.cs
- oledbmetadatacolumnnames.cs
- WebPartConnectionsCloseVerb.cs
- DesignerInterfaces.cs
- Error.cs
- SetIterators.cs
- BufferModesCollection.cs
- PageCodeDomTreeGenerator.cs
- ToolBarOverflowPanel.cs
- CodeStatement.cs
- TableParaClient.cs
- PackagePartCollection.cs
- EnumValidator.cs
- AssemblySettingAttributes.cs
- AuditLogLocation.cs
- GraphicsState.cs
- OneOfElement.cs
- KeySplineConverter.cs
- StringDictionaryCodeDomSerializer.cs
- SingleStorage.cs
- BinaryReader.cs
- TypeConverterAttribute.cs
- ArgumentException.cs
- ClientSponsor.cs
- keycontainerpermission.cs
- ResourcesBuildProvider.cs
- ItemList.cs
- Animatable.cs
- ReadOnlyPropertyMetadata.cs
- RectAnimationBase.cs
- BuildProviderAppliesToAttribute.cs
- Container.cs
- Rotation3DAnimation.cs
- PeerChannelFactory.cs
- XPathAxisIterator.cs
- ConfigErrorGlyph.cs
- dataprotectionpermission.cs
- LookupNode.cs
- CompositeScriptReferenceEventArgs.cs
- XmlAttributes.cs
- ObjectDataProvider.cs
- CryptoApi.cs
- CompiledQuery.cs
- AuthStoreRoleProvider.cs
- FunctionDescription.cs
- BitmapFrame.cs
- ApplicationBuildProvider.cs
- ForeignKeyConstraint.cs
- ContextMenuAutomationPeer.cs
- UrlMappingsModule.cs
- StrokeRenderer.cs
- BuilderInfo.cs
- StyleModeStack.cs
- RequestCacheManager.cs
- MappingSource.cs
- SubMenuStyleCollection.cs
- ThreadPool.cs
- EdmToObjectNamespaceMap.cs
- DeploymentExceptionMapper.cs
- ApplicationGesture.cs
- WorkflowTransactionService.cs
- DataBindingList.cs
- BooleanFacetDescriptionElement.cs
- TaiwanLunisolarCalendar.cs
- dtdvalidator.cs
- OleDbParameter.cs
- DoubleKeyFrameCollection.cs
- X509ScopedServiceCertificateElement.cs
- Cursor.cs
- DesignerEventService.cs
- Route.cs
- XmlDomTextWriter.cs
- DataKeyCollection.cs
- HttpModuleAction.cs
- SqlReferenceCollection.cs
- ProtocolReflector.cs
- __Filters.cs
- GregorianCalendar.cs
- SelectedPathEditor.cs
- WSTransactionSection.cs
- WebHttpBindingElement.cs
- CodeDomLocalizationProvider.cs
- ResourceProviderFactory.cs
- Registry.cs
- SpinLock.cs
- HtmlEmptyTagControlBuilder.cs
- LoadWorkflowByInstanceKeyCommand.cs
- TransactionWaitAsyncResult.cs
- PaintEvent.cs
- EventHandlersStore.cs
- GlyphsSerializer.cs
- ColumnReorderedEventArgs.cs
- IPPacketInformation.cs