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
- CommandValueSerializer.cs
- StreamGeometry.cs
- MatrixValueSerializer.cs
- ModuleBuilder.cs
- ClockController.cs
- SynchronizedReadOnlyCollection.cs
- TextSearch.cs
- SQLRoleProvider.cs
- StaticExtension.cs
- FormClosingEvent.cs
- RijndaelManagedTransform.cs
- OracleEncoding.cs
- SmuggledIUnknown.cs
- CryptoApi.cs
- TileModeValidation.cs
- RemotingException.cs
- DbProviderManifest.cs
- SettingsBase.cs
- ExceptionHandlerDesigner.cs
- CompilerError.cs
- DesignerRegionCollection.cs
- BaseTemplateParser.cs
- SiteMap.cs
- AutomationProperty.cs
- WeakReferenceEnumerator.cs
- LabelLiteral.cs
- IEnumerable.cs
- UnmanagedMemoryStream.cs
- ISessionStateStore.cs
- TextCompositionManager.cs
- ListenerElementsCollection.cs
- CharEntityEncoderFallback.cs
- ReadOnlyObservableCollection.cs
- DataGridViewControlCollection.cs
- SevenBitStream.cs
- NamespaceExpr.cs
- BinaryObjectWriter.cs
- DataGridViewTextBoxColumn.cs
- Pens.cs
- ClientUtils.cs
- TableCellAutomationPeer.cs
- MatrixStack.cs
- HuffmanTree.cs
- WindowsImpersonationContext.cs
- SerializationStore.cs
- TcpChannelHelper.cs
- StringStorage.cs
- DataGridViewRowStateChangedEventArgs.cs
- WindowsComboBox.cs
- DataObjectMethodAttribute.cs
- LambdaCompiler.Lambda.cs
- ObjectListCommandsPage.cs
- Scene3D.cs
- ImageCreator.cs
- SignatureToken.cs
- ViewValidator.cs
- RayHitTestParameters.cs
- ServiceXNameTypeConverter.cs
- XmlExceptionHelper.cs
- TextEditorCopyPaste.cs
- RegexGroup.cs
- XmlAnyElementAttributes.cs
- Int32Converter.cs
- InputMethodStateTypeInfo.cs
- BinaryFormatter.cs
- WorkflowControlClient.cs
- DrawToolTipEventArgs.cs
- BrowserDefinitionCollection.cs
- ExpressionHelper.cs
- Interop.cs
- PageParser.cs
- TableParagraph.cs
- MatrixTransform.cs
- CreateUserWizardStep.cs
- BaseAsyncResult.cs
- UnsafePeerToPeerMethods.cs
- PowerModeChangedEventArgs.cs
- _DomainName.cs
- LinqDataView.cs
- XmlSchemaIdentityConstraint.cs
- ManagedWndProcTracker.cs
- DataServiceRequestException.cs
- ViewPort3D.cs
- TraceData.cs
- ApplicationDirectoryMembershipCondition.cs
- RawUIStateInputReport.cs
- AssemblyInfo.cs
- SingleKeyFrameCollection.cs
- SignatureResourcePool.cs
- DynamicAttribute.cs
- OleDbError.cs
- SpnEndpointIdentity.cs
- OracleCommandBuilder.cs
- QueryCacheManager.cs
- ContextMenuService.cs
- NonParentingControl.cs
- ModuleElement.cs
- PropertyIDSet.cs
- WindowHideOrCloseTracker.cs
- BindingExpressionBase.cs