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
- GuidelineCollection.cs
- ExpressionVisitor.cs
- AuthenticationModuleElement.cs
- OnOperation.cs
- ErrorWrapper.cs
- mda.cs
- RayHitTestParameters.cs
- MessageBox.cs
- sqlmetadatafactory.cs
- UserCancellationException.cs
- Visitor.cs
- DataGridViewRow.cs
- BaseCAMarshaler.cs
- Tracking.cs
- AppSettingsExpressionBuilder.cs
- QueryOperationResponseOfT.cs
- SmiSettersStream.cs
- SvcFileManager.cs
- TypeConverterHelper.cs
- RegexInterpreter.cs
- ObjectHandle.cs
- CacheSection.cs
- SqlBulkCopy.cs
- DesignTimeXamlWriter.cs
- CalendarButton.cs
- uribuilder.cs
- KeyProperty.cs
- ContentElementAutomationPeer.cs
- HasCopySemanticsAttribute.cs
- oledbmetadatacolumnnames.cs
- Light.cs
- QueryableDataSourceView.cs
- NestPullup.cs
- StaticExtensionConverter.cs
- CatalogPart.cs
- DesignerLoader.cs
- QuerySettings.cs
- JsonEncodingStreamWrapper.cs
- XamlStream.cs
- SafeNativeMethods.cs
- WindowsButton.cs
- LogFlushAsyncResult.cs
- PerfService.cs
- PageCache.cs
- ListViewUpdatedEventArgs.cs
- ObjectManager.cs
- AutoSizeToolBoxItem.cs
- HitTestWithGeometryDrawingContextWalker.cs
- CharacterHit.cs
- BinaryParser.cs
- BulletChrome.cs
- QilCloneVisitor.cs
- CommonProperties.cs
- Transform.cs
- DerivedKeySecurityToken.cs
- ValidationVisibilityAttribute.cs
- CollectionView.cs
- DataGridColumnCollection.cs
- XmlTypeAttribute.cs
- MergePropertyDescriptor.cs
- DataGridViewComboBoxCell.cs
- MessageEncoderFactory.cs
- ForEachAction.cs
- SimpleRecyclingCache.cs
- ManagementDateTime.cs
- SpecularMaterial.cs
- WebPartUserCapability.cs
- GenericIdentity.cs
- UIElement.cs
- FrameworkReadOnlyPropertyMetadata.cs
- RepeatInfo.cs
- BaseUriHelper.cs
- TextElementEnumerator.cs
- RootDesignerSerializerAttribute.cs
- VectorCollectionConverter.cs
- ManagedWndProcTracker.cs
- EastAsianLunisolarCalendar.cs
- WebConvert.cs
- BaseTemplateParser.cs
- PrintSystemException.cs
- Composition.cs
- WSSecureConversationDec2005.cs
- CodeIdentifier.cs
- CounterSample.cs
- ProcessInputEventArgs.cs
- ApplicationContext.cs
- ByteAnimationUsingKeyFrames.cs
- ScrollProperties.cs
- ToggleProviderWrapper.cs
- ServerValidateEventArgs.cs
- StorageComplexPropertyMapping.cs
- ZipIOExtraFieldPaddingElement.cs
- ToolStripPanelRow.cs
- RuntimeConfigurationRecord.cs
- ListViewEditEventArgs.cs
- StatusBarAutomationPeer.cs
- DataGridViewDataConnection.cs
- XmlSchema.cs
- Int16Animation.cs
- MsmqAuthenticationMode.cs