Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- CmsInterop.cs
- MouseButtonEventArgs.cs
- XmlLinkedNode.cs
- WsatServiceAddress.cs
- ScaleTransform.cs
- JumpItem.cs
- XmlSchemaException.cs
- ListViewUpdatedEventArgs.cs
- TraceProvider.cs
- itemelement.cs
- ProcessModelInfo.cs
- SafeNativeMethods.cs
- SQLMoney.cs
- FindCriteriaApril2005.cs
- TextServicesManager.cs
- OdbcStatementHandle.cs
- baseaxisquery.cs
- SqlTopReducer.cs
- StringConcat.cs
- XmlEntityReference.cs
- OdbcFactory.cs
- PasswordTextContainer.cs
- RangeValidator.cs
- TheQuery.cs
- HtmlInputRadioButton.cs
- XmlTextWriter.cs
- MobileTemplatedControlDesigner.cs
- BadImageFormatException.cs
- DataSourceView.cs
- NativeCompoundFileAPIs.cs
- EventWaitHandle.cs
- ListViewCommandEventArgs.cs
- ViewBase.cs
- StackOverflowException.cs
- QueryContinueDragEventArgs.cs
- Base64Stream.cs
- HashSet.cs
- TextEndOfSegment.cs
- Package.cs
- ConnectivityStatus.cs
- WorkItem.cs
- ProfilePropertySettings.cs
- StorageConditionPropertyMapping.cs
- Label.cs
- XmlCharCheckingReader.cs
- WebContext.cs
- InlineUIContainer.cs
- GAC.cs
- MessagePropertyFilter.cs
- PrintPreviewGraphics.cs
- TraceUtility.cs
- WCFBuildProvider.cs
- CssClassPropertyAttribute.cs
- RectIndependentAnimationStorage.cs
- TextSelectionProcessor.cs
- ActivityScheduledQuery.cs
- Message.cs
- DesignerVerb.cs
- TemplatedControlDesigner.cs
- SQLGuid.cs
- BitmapSizeOptions.cs
- EntityViewGenerationAttribute.cs
- ApplicationInterop.cs
- PrivilegedConfigurationManager.cs
- MemoryStream.cs
- DependencyObjectType.cs
- DataSourceControlBuilder.cs
- OneWayBindingElement.cs
- DecoderExceptionFallback.cs
- CultureSpecificCharacterBufferRange.cs
- EntityCommandExecutionException.cs
- DefaultIfEmptyQueryOperator.cs
- DataListItem.cs
- JsonWriterDelegator.cs
- ModuleBuilderData.cs
- ExtensionDataObject.cs
- WebBrowserEvent.cs
- SmiMetaData.cs
- UnsupportedPolicyOptionsException.cs
- CompiledQueryCacheKey.cs
- BookmarkTable.cs
- StrokeIntersection.cs
- ExceptionAggregator.cs
- ExternalException.cs
- GorillaCodec.cs
- ApplicationException.cs
- XmlAttributeCollection.cs
- ScriptControlDescriptor.cs
- SharedStatics.cs
- TemplateControlParser.cs
- QueueSurrogate.cs
- ExpressionBindings.cs
- METAHEADER.cs
- DataBindingCollection.cs
- TextEffectCollection.cs
- HyperLinkColumn.cs
- Activity.cs
- ResourceCodeDomSerializer.cs
- CommentEmitter.cs
- ScriptingSectionGroup.cs