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
- DataStreamFromComStream.cs
- EventData.cs
- SystemColors.cs
- TransactionScope.cs
- HandlerBase.cs
- IteratorFilter.cs
- activationcontext.cs
- PathFigureCollection.cs
- HwndPanningFeedback.cs
- MetadataUtil.cs
- BlurEffect.cs
- TypeDescriptorContext.cs
- printdlgexmarshaler.cs
- BuildManager.cs
- FileUtil.cs
- ScriptDescriptor.cs
- Double.cs
- PropertyValueEditor.cs
- CreatingCookieEventArgs.cs
- ErrorsHelper.cs
- NetTcpBinding.cs
- SecurityPolicySection.cs
- EtwTrace.cs
- MetadataItemCollectionFactory.cs
- XmlWrappingWriter.cs
- NullableDoubleAverageAggregationOperator.cs
- InstallerTypeAttribute.cs
- DiagnosticsConfiguration.cs
- regiisutil.cs
- WebServiceHostFactory.cs
- keycontainerpermission.cs
- ReferenceService.cs
- nulltextcontainer.cs
- BinaryReader.cs
- CreatingCookieEventArgs.cs
- NamespaceInfo.cs
- NavigateEvent.cs
- OutputCacheProfile.cs
- PointCollectionConverter.cs
- ColumnTypeConverter.cs
- CharacterMetricsDictionary.cs
- ToolStripScrollButton.cs
- IndicFontClient.cs
- TimeIntervalCollection.cs
- ResXFileRef.cs
- NonSerializedAttribute.cs
- TypeBuilder.cs
- AsymmetricSecurityBindingElement.cs
- ProfessionalColorTable.cs
- FileDialog_Vista.cs
- XmlWrappingReader.cs
- VerificationAttribute.cs
- DmlSqlGenerator.cs
- BoolExpression.cs
- EventTrigger.cs
- WebBrowserDocumentCompletedEventHandler.cs
- PeerToPeerException.cs
- FlowDocumentPageViewerAutomationPeer.cs
- EventMap.cs
- InputScope.cs
- CryptoStream.cs
- EtwTrace.cs
- CharacterHit.cs
- COM2IDispatchConverter.cs
- ShowExpandedMultiValueConverter.cs
- UIElementIsland.cs
- XamlWriter.cs
- NamespaceQuery.cs
- DecoratedNameAttribute.cs
- CanExecuteRoutedEventArgs.cs
- DataSourceXmlSubItemAttribute.cs
- DataGridViewComboBoxColumnDesigner.cs
- Registry.cs
- ColumnPropertiesGroup.cs
- COM2IDispatchConverter.cs
- EventPropertyMap.cs
- FontFaceLayoutInfo.cs
- RepeaterItem.cs
- XmlChildNodes.cs
- tibetanshape.cs
- ImmutableClientRuntime.cs
- RSAPKCS1SignatureFormatter.cs
- DataGridViewToolTip.cs
- AtlasWeb.Designer.cs
- RelatedPropertyManager.cs
- MimeTypeMapper.cs
- ConfigurationSchemaErrors.cs
- TextViewElement.cs
- WindowsTooltip.cs
- SwitchLevelAttribute.cs
- MappingModelBuildProvider.cs
- DllNotFoundException.cs
- SizeF.cs
- MailDefinition.cs
- PropertyFilterAttribute.cs
- ISAPIRuntime.cs
- ObjectCache.cs
- KernelTypeValidation.cs
- PasswordRecovery.cs
- ListItemParagraph.cs