Code:
/ 4.0 / 4.0 / 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 ///. // 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
- COM2TypeInfoProcessor.cs
- EditorServiceContext.cs
- OverrideMode.cs
- DecoderExceptionFallback.cs
- DataGridViewColumnHeaderCell.cs
- CleanUpVirtualizedItemEventArgs.cs
- DockPatternIdentifiers.cs
- XPathNodeList.cs
- XmlLinkedNode.cs
- SqlFormatter.cs
- JsonEnumDataContract.cs
- BamlLocalizer.cs
- HtmlLink.cs
- TypedDatasetGenerator.cs
- Geometry.cs
- SystemResourceKey.cs
- SubMenuStyleCollectionEditor.cs
- CollectionViewGroupInternal.cs
- IRCollection.cs
- AppDomainProtocolHandler.cs
- PromptBuilder.cs
- XmlNodeChangedEventManager.cs
- QueryExtender.cs
- ReplyChannel.cs
- ListViewItemEventArgs.cs
- DataGridViewEditingControlShowingEventArgs.cs
- Win32Exception.cs
- TextInfo.cs
- TreeNodeCollection.cs
- ConfigurationElementProperty.cs
- ToolStripSeparator.cs
- CodeIdentifiers.cs
- TypeInitializationException.cs
- MethodCallConverter.cs
- LZCodec.cs
- SqlNodeAnnotations.cs
- DataGridViewCheckBoxCell.cs
- EtwTrace.cs
- ObjectListShowCommandsEventArgs.cs
- OperationSelectorBehavior.cs
- MsmqTransportReceiveParameters.cs
- FaultDescription.cs
- KeyboardEventArgs.cs
- Helper.cs
- SingletonChannelAcceptor.cs
- SendKeys.cs
- PropertyChangedEventManager.cs
- EpmContentSerializer.cs
- DesignerVerb.cs
- RelationshipNavigation.cs
- XpsDigitalSignature.cs
- DataGridViewColumnStateChangedEventArgs.cs
- XmlSchemaCollection.cs
- LogReservationCollection.cs
- TextTrailingWordEllipsis.cs
- Pool.cs
- DataPagerFieldCollection.cs
- UnknownWrapper.cs
- OracleInternalConnection.cs
- CellPartitioner.cs
- PixelFormat.cs
- AnimatedTypeHelpers.cs
- EmptyQuery.cs
- MsmqIntegrationMessageProperty.cs
- WebBrowserNavigatingEventHandler.cs
- MustUnderstandBehavior.cs
- DataGridRelationshipRow.cs
- DataShape.cs
- TraceSource.cs
- RtfFormatStack.cs
- RunWorkerCompletedEventArgs.cs
- CheckBoxStandardAdapter.cs
- InstanceDescriptor.cs
- KerberosReceiverSecurityToken.cs
- XmlSerializerFactory.cs
- XPathExpr.cs
- ToolboxDataAttribute.cs
- DefaultIfEmptyQueryOperator.cs
- SafeBitVector32.cs
- URL.cs
- EntityObject.cs
- BitmapImage.cs
- Rect.cs
- GroupStyle.cs
- EditorZone.cs
- DesignerProperties.cs
- TextDecoration.cs
- BinaryReader.cs
- TextDecoration.cs
- XmlILConstructAnalyzer.cs
- SqlNode.cs
- UIElementParaClient.cs
- SendSecurityHeaderElement.cs
- DropShadowEffect.cs
- UriParserTemplates.cs
- DependencyPropertyHelper.cs
- MessageBuilder.cs
- ApplicationFileCodeDomTreeGenerator.cs
- EncoderBestFitFallback.cs
- DataControlFieldHeaderCell.cs