Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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 ///. // 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
- DurableInstanceManager.cs
- mongolianshape.cs
- PenContexts.cs
- HttpListenerRequest.cs
- HtmlInputSubmit.cs
- SoapAttributes.cs
- NumericUpDownAcceleration.cs
- InlineUIContainer.cs
- Metadata.cs
- SettingsAttributes.cs
- XomlSerializationHelpers.cs
- OleStrCAMarshaler.cs
- SmtpClient.cs
- DbUpdateCommandTree.cs
- DecimalAnimationUsingKeyFrames.cs
- ToolTip.cs
- LinkLabelLinkClickedEvent.cs
- XamlToRtfWriter.cs
- JsonEncodingStreamWrapper.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- BaseValidator.cs
- TraceFilter.cs
- DecimalKeyFrameCollection.cs
- CurrentChangedEventManager.cs
- _CookieModule.cs
- Rotation3DAnimationBase.cs
- PerfService.cs
- QueryStringParameter.cs
- PersonalizablePropertyEntry.cs
- SerializationException.cs
- UriExt.cs
- ErrorEventArgs.cs
- ComponentResourceKey.cs
- MetadataArtifactLoaderCompositeFile.cs
- Stacktrace.cs
- BinaryObjectWriter.cs
- ToolbarAUtomationPeer.cs
- TcpSocketManager.cs
- ImportCatalogPart.cs
- SystemBrushes.cs
- WindowsAuthenticationEventArgs.cs
- XPathDocumentIterator.cs
- CroppedBitmap.cs
- HttpModuleActionCollection.cs
- MemoryFailPoint.cs
- ProbeDuplex11AsyncResult.cs
- EventBookmark.cs
- LineVisual.cs
- EdmRelationshipRoleAttribute.cs
- WebServiceData.cs
- BrowserDefinitionCollection.cs
- Metafile.cs
- CodeSubDirectoriesCollection.cs
- CacheAxisQuery.cs
- BidOverLoads.cs
- QilInvokeLateBound.cs
- LoginUtil.cs
- TextDecorationUnitValidation.cs
- RotateTransform.cs
- XmlWrappingReader.cs
- Environment.cs
- DecimalAnimationBase.cs
- UrlPropertyAttribute.cs
- PrinterUnitConvert.cs
- TextRangeEditTables.cs
- ChangeDirector.cs
- AppDomainManager.cs
- WizardSideBarListControlItem.cs
- OdbcError.cs
- Expression.cs
- FlowPanelDesigner.cs
- RegistrationServices.cs
- ReturnEventArgs.cs
- StorageInfo.cs
- TCPListener.cs
- TimeZone.cs
- Context.cs
- Application.cs
- TreeViewImageKeyConverter.cs
- PersistenceProviderDirectory.cs
- BoolLiteral.cs
- AlternateViewCollection.cs
- XmlNotation.cs
- Variable.cs
- DoubleStorage.cs
- ZipIOLocalFileHeader.cs
- GroupQuery.cs
- CellQuery.cs
- DocumentsTrace.cs
- TextContainer.cs
- ListView.cs
- XmlSchemaCollection.cs
- sqlser.cs
- FactoryMaker.cs
- EncoderExceptionFallback.cs
- PerfService.cs
- EventMappingSettingsCollection.cs
- ValidationSummary.cs
- CollectionViewProxy.cs
- Msec.cs