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
- ArgumentOutOfRangeException.cs
- ErrorCodes.cs
- SetIterators.cs
- XamlTypeMapper.cs
- TableCellCollection.cs
- TrackingStringDictionary.cs
- ScrollBar.cs
- XmlHelper.cs
- HttpProfileBase.cs
- SimpleWebHandlerParser.cs
- ConfigLoader.cs
- PanelStyle.cs
- DataSourceSelectArguments.cs
- SQLStringStorage.cs
- DataTableMapping.cs
- CheckBoxFlatAdapter.cs
- Formatter.cs
- PathTooLongException.cs
- ConfigXmlCDataSection.cs
- FlowLayoutSettings.cs
- RunInstallerAttribute.cs
- ImageClickEventArgs.cs
- HandlerFactoryWrapper.cs
- LambdaCompiler.cs
- SecurityPermission.cs
- XXXInfos.cs
- BodyGlyph.cs
- SystemKeyConverter.cs
- SiteMap.cs
- SharedDp.cs
- SymLanguageVendor.cs
- ExtendedPropertyInfo.cs
- HitTestParameters.cs
- PeerTransportBindingElement.cs
- SettingsPropertyWrongTypeException.cs
- Helper.cs
- SqlProcedureAttribute.cs
- FieldNameLookup.cs
- MenuItem.cs
- DeviceSpecificDialogCachedState.cs
- UmAlQuraCalendar.cs
- TextPattern.cs
- MouseEventArgs.cs
- Models.cs
- Point.cs
- PropertyEmitter.cs
- DataBoundControlParameterTarget.cs
- UrlMappingsModule.cs
- OleDbPropertySetGuid.cs
- entitydatasourceentitysetnameconverter.cs
- XmlSignificantWhitespace.cs
- ImageMetadata.cs
- HttpListenerException.cs
- PeerSecurityManager.cs
- ResourceSetExpression.cs
- InstancePersistence.cs
- XmlElementCollection.cs
- FullTextState.cs
- BaseParaClient.cs
- Config.cs
- GetImportFileNameRequest.cs
- DataGridViewCellStyleBuilderDialog.cs
- TdsValueSetter.cs
- CompleteWizardStep.cs
- DataBinder.cs
- DataGridViewColumnStateChangedEventArgs.cs
- TagPrefixInfo.cs
- XmlIterators.cs
- DataGrid.cs
- PaginationProgressEventArgs.cs
- EnumType.cs
- RunInstallerAttribute.cs
- Wrapper.cs
- Int16.cs
- MethodCallConverter.cs
- KeyInfo.cs
- QuaternionValueSerializer.cs
- BorderGapMaskConverter.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- EdmFunction.cs
- XmlSchemaSimpleContentExtension.cs
- AuthenticationModuleElement.cs
- GridItem.cs
- CngAlgorithmGroup.cs
- TimeZone.cs
- FrameAutomationPeer.cs
- MethodToken.cs
- RightsManagementPermission.cs
- SortQuery.cs
- CasesDictionary.cs
- DocumentEventArgs.cs
- HttpHandlerActionCollection.cs
- XPathAxisIterator.cs
- DPCustomTypeDescriptor.cs
- DataServicePagingProviderWrapper.cs
- NonVisualControlAttribute.cs
- WebProxyScriptElement.cs
- AdPostCacheSubstitution.cs
- RangeExpression.cs
- ReaderContextStackData.cs