Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / MonthChangedEventArgs.cs / 1305376 / MonthChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { ////// public class MonthChangedEventArgs { DateTime newDate, previousDate; ///Provides data for the /// ///event. /// public MonthChangedEventArgs(DateTime newDate, DateTime previousDate) { this.newDate = newDate; this.previousDate = previousDate; } ///Initializes a new instance of the ///class. /// public DateTime NewDate { get { return newDate; } } ///Gets the date that determines the month currently /// displayed by the ///. /// public DateTime PreviousDate { get { return previousDate; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the date that determines the month previously displayed /// by the ///.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UniformGrid.cs
- PropertyNames.cs
- XsdDuration.cs
- FrameworkElement.cs
- BamlLocalizableResourceKey.cs
- ALinqExpressionVisitor.cs
- Exception.cs
- ObjectStateManager.cs
- LogEntryDeserializer.cs
- XmlSerializationReader.cs
- PolyBezierSegmentFigureLogic.cs
- Mapping.cs
- AtomServiceDocumentSerializer.cs
- GeneratedView.cs
- ContainerUtilities.cs
- HMACSHA256.cs
- WbmpConverter.cs
- HttpRequestCacheValidator.cs
- KeyGestureConverter.cs
- XmlUtil.cs
- CheckBoxAutomationPeer.cs
- Ref.cs
- GridItemPatternIdentifiers.cs
- StyleModeStack.cs
- HtmlInputReset.cs
- CompositeFontFamily.cs
- XmlSerializationGeneratedCode.cs
- ImageDrawing.cs
- ConfigurationSection.cs
- RadioButton.cs
- EntityConnectionStringBuilder.cs
- Pair.cs
- sqlpipe.cs
- ConcurrentStack.cs
- SpinWait.cs
- DataObjectFieldAttribute.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- XmlSchemaDatatype.cs
- BitmapEffectDrawingContent.cs
- HtmlTableRowCollection.cs
- OperationAbortedException.cs
- ComponentConverter.cs
- EntryWrittenEventArgs.cs
- WebBrowserContainer.cs
- SoapAttributeAttribute.cs
- SqlBulkCopyColumnMapping.cs
- HttpCachePolicy.cs
- ActiveDocumentEvent.cs
- XmlSerializer.cs
- AnchoredBlock.cs
- XmlCustomFormatter.cs
- GlyphRunDrawing.cs
- WebPartDisplayModeEventArgs.cs
- ToolstripProfessionalRenderer.cs
- IPAddressCollection.cs
- SimpleHandlerFactory.cs
- DesignerAutoFormatCollection.cs
- UriExt.cs
- Dictionary.cs
- OdbcUtils.cs
- DataListComponentEditor.cs
- SignedXml.cs
- AnonymousIdentificationSection.cs
- RootBrowserWindowAutomationPeer.cs
- DataGridParentRows.cs
- EditorZoneBase.cs
- InnerItemCollectionView.cs
- EllipticalNodeOperations.cs
- NamespaceInfo.cs
- MarshalDirectiveException.cs
- ConfigXmlAttribute.cs
- XmlBinaryReader.cs
- MergeFilterQuery.cs
- TemplateBindingExpressionConverter.cs
- BitmapPalettes.cs
- DBCommand.cs
- AuditLogLocation.cs
- WebConfigurationManager.cs
- UnmanagedMemoryStreamWrapper.cs
- VectorAnimationUsingKeyFrames.cs
- XmlILIndex.cs
- StructuralCache.cs
- EntitySetBaseCollection.cs
- EdmPropertyAttribute.cs
- GenericQueueSurrogate.cs
- EastAsianLunisolarCalendar.cs
- SharedPersonalizationStateInfo.cs
- FrameworkPropertyMetadata.cs
- PreservationFileWriter.cs
- VisualStateGroup.cs
- PropertyGridEditorPart.cs
- x509store.cs
- XmlDocumentSchema.cs
- LogSwitch.cs
- ListViewAutomationPeer.cs
- TextElementAutomationPeer.cs
- ConfigXmlComment.cs
- ScrollEvent.cs
- NetworkAddressChange.cs
- SubMenuStyleCollection.cs