Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- SqlMethodTransformer.cs
- ImageClickEventArgs.cs
- ConnectionPoolManager.cs
- XPathMultyIterator.cs
- AspNetCompatibilityRequirementsMode.cs
- WebPartZoneCollection.cs
- FormsAuthenticationCredentials.cs
- CodePrimitiveExpression.cs
- TextLine.cs
- PersonalizableAttribute.cs
- BaseParagraph.cs
- ComplexBindingPropertiesAttribute.cs
- GraphicsState.cs
- SBCSCodePageEncoding.cs
- XmlToDatasetMap.cs
- DoubleCollectionConverter.cs
- DataGridViewTextBoxCell.cs
- StructuredType.cs
- ProtocolsSection.cs
- WebPartVerbCollection.cs
- dbdatarecord.cs
- PrintPreviewDialog.cs
- WSSecureConversation.cs
- ControlBuilderAttribute.cs
- CustomAttributeFormatException.cs
- XmlDictionaryReaderQuotas.cs
- Hash.cs
- ExpressionPrinter.cs
- DbSourceCommand.cs
- FileEnumerator.cs
- FixedSOMFixedBlock.cs
- LabelTarget.cs
- SafeTimerHandle.cs
- XmlUtil.cs
- HeaderedItemsControl.cs
- HttpModuleActionCollection.cs
- SoapAttributes.cs
- ToolStripSeparatorRenderEventArgs.cs
- Form.cs
- SymDocumentType.cs
- ArrayElementGridEntry.cs
- OleDbConnection.cs
- PingOptions.cs
- SingleObjectCollection.cs
- JoinGraph.cs
- MetadataItemSerializer.cs
- ParseChildrenAsPropertiesAttribute.cs
- CodeComment.cs
- NativeCppClassAttribute.cs
- VBCodeProvider.cs
- XslAstAnalyzer.cs
- ParagraphVisual.cs
- RelationshipWrapper.cs
- SharedPersonalizationStateInfo.cs
- UnlockCardRequest.cs
- TextParagraph.cs
- SRDisplayNameAttribute.cs
- HuffCodec.cs
- LayoutEngine.cs
- MonitoringDescriptionAttribute.cs
- AndMessageFilterTable.cs
- LassoHelper.cs
- WmlCommandAdapter.cs
- GridViewCommandEventArgs.cs
- Light.cs
- Int16AnimationBase.cs
- InkPresenter.cs
- ServiceDescription.cs
- translator.cs
- Int32EqualityComparer.cs
- HotCommands.cs
- TraceXPathNavigator.cs
- PriorityQueue.cs
- Utils.cs
- MissingSatelliteAssemblyException.cs
- Hyperlink.cs
- MetadataUtil.cs
- ColorBlend.cs
- ChineseLunisolarCalendar.cs
- SqlParameter.cs
- ActivityBuilderXamlWriter.cs
- ObjectItemAssemblyLoader.cs
- JapaneseLunisolarCalendar.cs
- LinqDataSourceSelectEventArgs.cs
- OutputScope.cs
- StringSorter.cs
- PersonalizationProviderHelper.cs
- remotingproxy.cs
- PointConverter.cs
- MonthChangedEventArgs.cs
- TrackingServices.cs
- ObjectConverter.cs
- NamespaceInfo.cs
- ContourSegment.cs
- NativeMethods.cs
- WmfPlaceableFileHeader.cs
- AuthenticationModuleElement.cs
- ListChunk.cs
- _HeaderInfoTable.cs
- HostedTcpTransportManager.cs