Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / MonthChangedEventArgs.cs / 1 / MonthChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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 { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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
- CharEntityEncoderFallback.cs
- XmlWriterDelegator.cs
- BaseAddressPrefixFilterElement.cs
- IntersectQueryOperator.cs
- COM2Properties.cs
- HTTPNotFoundHandler.cs
- EntitySqlQueryCacheKey.cs
- DocobjHost.cs
- BinaryMessageEncodingBindingElement.cs
- ClickablePoint.cs
- BitStream.cs
- BufferedWebEventProvider.cs
- GraphicsContainer.cs
- InputManager.cs
- MatrixAnimationUsingKeyFrames.cs
- WebException.cs
- URIFormatException.cs
- Transactions.cs
- ActivityStateRecord.cs
- ImageBrush.cs
- MultiTrigger.cs
- DataServiceStreamProviderWrapper.cs
- SolidColorBrush.cs
- RewritingPass.cs
- MimeTypeAttribute.cs
- UpdatePanel.cs
- SvcMapFileSerializer.cs
- UpdatePanelControlTrigger.cs
- JulianCalendar.cs
- ThemeDirectoryCompiler.cs
- DoubleLinkListEnumerator.cs
- DbInsertCommandTree.cs
- UnauthorizedWebPart.cs
- FrugalList.cs
- GenericTextProperties.cs
- CqlIdentifiers.cs
- ToolStripContentPanel.cs
- UInt16Converter.cs
- UnaryQueryOperator.cs
- WorkflowServiceHostFactory.cs
- CellTreeNode.cs
- OperationInfo.cs
- DataGridView.cs
- XMLSyntaxException.cs
- StaticContext.cs
- MinMaxParagraphWidth.cs
- GlyphingCache.cs
- MetadataArtifactLoaderCompositeFile.cs
- QilList.cs
- SurrogateEncoder.cs
- TypeDelegator.cs
- DataBoundLiteralControl.cs
- ParseElement.cs
- ToolStripStatusLabel.cs
- TraceSource.cs
- XPathCompileException.cs
- Int32CollectionConverter.cs
- FieldTemplateFactory.cs
- TableRow.cs
- CallSite.cs
- ValidationRuleCollection.cs
- NonPrimarySelectionGlyph.cs
- TextUtf8RawTextWriter.cs
- CodeConditionStatement.cs
- ChtmlTextWriter.cs
- _SingleItemRequestCache.cs
- ConfigXmlComment.cs
- StructuredCompositeActivityDesigner.cs
- METAHEADER.cs
- infer.cs
- SimplePropertyEntry.cs
- Brush.cs
- TextParagraph.cs
- GetLedgerRequest.cs
- AesCryptoServiceProvider.cs
- DeviceSpecific.cs
- XPathNode.cs
- DesignerEventService.cs
- RijndaelCryptoServiceProvider.cs
- streamingZipPartStream.cs
- DirtyTextRange.cs
- ComplusTypeValidator.cs
- TypeToArgumentTypeConverter.cs
- CircleHotSpot.cs
- PersistenceMetadataNamespace.cs
- DataGridViewColumnTypeEditor.cs
- CredentialCache.cs
- RemotingConfiguration.cs
- CryptoApi.cs
- PageStatePersister.cs
- SafeCoTaskMem.cs
- Column.cs
- RouteValueDictionary.cs
- InfoCardAsymmetricCrypto.cs
- PolyBezierSegment.cs
- SqlCacheDependencyDatabaseCollection.cs
- PrintingPermissionAttribute.cs
- SynchronizedDisposablePool.cs
- TimeSpan.cs
- OleDbTransaction.cs