Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- XmlSchemaChoice.cs
- ToolStripRenderer.cs
- SupportingTokenListenerFactory.cs
- elementinformation.cs
- KeyInterop.cs
- SchemaTableColumn.cs
- SafeNativeMethods.cs
- MailAddressCollection.cs
- SecurityRuntime.cs
- PropertyValueChangedEvent.cs
- AttributeUsageAttribute.cs
- DbCommandTree.cs
- remotingproxy.cs
- SchemaImporterExtensionElement.cs
- CollectionViewSource.cs
- Propagator.JoinPropagator.cs
- InternalSendMessage.cs
- EncoderReplacementFallback.cs
- DispatcherTimer.cs
- ListControl.cs
- TraceXPathNavigator.cs
- EditorPartCollection.cs
- MetafileHeader.cs
- DocumentApplicationJournalEntry.cs
- CFStream.cs
- HttpCapabilitiesEvaluator.cs
- Domain.cs
- TextPatternIdentifiers.cs
- IsolatedStoragePermission.cs
- GridViewColumnHeader.cs
- TextMarkerSource.cs
- WindowShowOrOpenTracker.cs
- DistributedTransactionPermission.cs
- ComponentEditorPage.cs
- DataTablePropertyDescriptor.cs
- DateTimeSerializationSection.cs
- HttpModuleActionCollection.cs
- UnsafeMethods.cs
- AutomationIdentifier.cs
- FocusWithinProperty.cs
- JsonReaderDelegator.cs
- LowerCaseStringConverter.cs
- BaseComponentEditor.cs
- ListBindingConverter.cs
- MediaTimeline.cs
- XmlCollation.cs
- SourceLocation.cs
- XPathEmptyIterator.cs
- RSAOAEPKeyExchangeDeformatter.cs
- PixelFormatConverter.cs
- Base64WriteStateInfo.cs
- HostProtectionPermission.cs
- DesignerAdapterUtil.cs
- TextEditorDragDrop.cs
- SqlMethodTransformer.cs
- GeneralTransformGroup.cs
- XmlSchemaChoice.cs
- TextElement.cs
- ClipboardProcessor.cs
- TypeUtils.cs
- StrongNameUtility.cs
- HuffCodec.cs
- ReferencedAssemblyResolver.cs
- Registry.cs
- EditorBrowsableAttribute.cs
- DataGridViewComboBoxCell.cs
- SynchronizedInputPattern.cs
- ProcessHostFactoryHelper.cs
- UrlMappingsSection.cs
- TrackingCondition.cs
- DbDataSourceEnumerator.cs
- TreePrinter.cs
- WorkflowInstance.cs
- TextDecorationCollectionConverter.cs
- MemoryRecordBuffer.cs
- EventDescriptor.cs
- RegisteredHiddenField.cs
- ToolTipService.cs
- ObjectSpanRewriter.cs
- TextRunCache.cs
- OleAutBinder.cs
- GatewayIPAddressInformationCollection.cs
- XmlSchemas.cs
- AutoGeneratedField.cs
- CompilerLocalReference.cs
- SQLMoneyStorage.cs
- Style.cs
- RoutedPropertyChangedEventArgs.cs
- FloaterParaClient.cs
- SettingsPropertyValue.cs
- OleDbStruct.cs
- CoTaskMemHandle.cs
- EqualityComparer.cs
- Point4DConverter.cs
- ExtensionQuery.cs
- ListBindableAttribute.cs
- Vars.cs
- StrongNamePublicKeyBlob.cs
- Quad.cs
- Drawing.cs