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
- BaseCollection.cs
- DoubleStorage.cs
- TypeDescriptor.cs
- ColorConvertedBitmap.cs
- AssociationSet.cs
- ExpressionBinding.cs
- TypeBuilder.cs
- DataTableCollection.cs
- TransformDescriptor.cs
- EncryptedKey.cs
- SqlCacheDependencyDatabase.cs
- WebServiceHandlerFactory.cs
- MouseGestureValueSerializer.cs
- CalendarDateRangeChangingEventArgs.cs
- GridLength.cs
- AspNetHostingPermission.cs
- sqlstateclientmanager.cs
- PointF.cs
- DataGrid.cs
- OleDbTransaction.cs
- GeometryModel3D.cs
- EdgeModeValidation.cs
- FigureParaClient.cs
- RenderOptions.cs
- XPathItem.cs
- ContextMenu.cs
- SafeNativeMethods.cs
- Group.cs
- CompositeFontInfo.cs
- ScrollEvent.cs
- SwitchAttribute.cs
- RoutedCommand.cs
- Int64Converter.cs
- MetabaseServerConfig.cs
- MeasureItemEvent.cs
- DataGridTextBoxColumn.cs
- DuplicateMessageDetector.cs
- PeerEndPoint.cs
- DataControlReference.cs
- XmlReflectionMember.cs
- MultiDataTrigger.cs
- DockPatternIdentifiers.cs
- RuleInfoComparer.cs
- XmlWriterTraceListener.cs
- DefaultHttpHandler.cs
- NotifyCollectionChangedEventArgs.cs
- QuadraticBezierSegment.cs
- IBuiltInEvidence.cs
- UriTemplateClientFormatter.cs
- InvokeCompletedEventArgs.cs
- UserControlCodeDomTreeGenerator.cs
- DataGridColumnEventArgs.cs
- DynamicPropertyHolder.cs
- CqlErrorHelper.cs
- ResourceDisplayNameAttribute.cs
- ToolboxItemCollection.cs
- TypeFieldSchema.cs
- ConstantExpression.cs
- PageSetupDialog.cs
- ConstraintManager.cs
- _FtpControlStream.cs
- SrgsNameValueTag.cs
- ToolStripArrowRenderEventArgs.cs
- ArgumentsParser.cs
- BindUriHelper.cs
- XmlSchemaSimpleTypeList.cs
- FileDialog_Vista.cs
- SqlParameter.cs
- RecognitionResult.cs
- sortedlist.cs
- FlowDocument.cs
- QueryOperationResponseOfT.cs
- WindowsFormsHostAutomationPeer.cs
- CustomWebEventKey.cs
- MaxValueConverter.cs
- CursorInteropHelper.cs
- OleDbException.cs
- _SSPISessionCache.cs
- TransactionProtocol.cs
- Substitution.cs
- XmlDictionaryWriter.cs
- CornerRadiusConverter.cs
- MergeFilterQuery.cs
- RuntimeConfigurationRecord.cs
- CodeTypeOfExpression.cs
- Object.cs
- PropertyInfoSet.cs
- FileDialog_Vista_Interop.cs
- MimeParameter.cs
- AttributeTableBuilder.cs
- UInt32Storage.cs
- XmlConvert.cs
- TableParagraph.cs
- FieldNameLookup.cs
- ApplicationServicesHostFactory.cs
- ApplicationHost.cs
- ProcessModelInfo.cs
- SafeHandles.cs
- BaseAppDomainProtocolHandler.cs
- ManipulationDelta.cs