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
- WebRequestModuleElementCollection.cs
- LockedAssemblyCache.cs
- TagPrefixInfo.cs
- Automation.cs
- ParseElementCollection.cs
- FormViewCommandEventArgs.cs
- FieldInfo.cs
- SmtpTransport.cs
- DataBindingExpressionBuilder.cs
- FastEncoderWindow.cs
- LiteralTextParser.cs
- DataBindEngine.cs
- SchemaSetCompiler.cs
- ServiceDefaults.cs
- RuntimeConfigLKG.cs
- HorizontalAlignConverter.cs
- GridViewUpdatedEventArgs.cs
- ImagingCache.cs
- AppModelKnownContentFactory.cs
- StringDictionaryEditor.cs
- GridViewAutoFormat.cs
- DataTemplateKey.cs
- XmlBuffer.cs
- InputProcessorProfiles.cs
- DesignerAdRotatorAdapter.cs
- ImageKeyConverter.cs
- Int64Converter.cs
- DesignerActionVerbItem.cs
- ConfigXmlAttribute.cs
- CodeSnippetStatement.cs
- XhtmlTextWriter.cs
- AudioFormatConverter.cs
- FontCollection.cs
- ShapingEngine.cs
- DebugView.cs
- ColumnMap.cs
- UInt16Storage.cs
- ProcessProtocolHandler.cs
- XmlNodeComparer.cs
- BookmarkUndoUnit.cs
- WindowsImpersonationContext.cs
- HttpResponseInternalBase.cs
- PenContext.cs
- ISFClipboardData.cs
- CodeDomSerializerBase.cs
- _AutoWebProxyScriptWrapper.cs
- DbgUtil.cs
- Brush.cs
- SqlExpressionNullability.cs
- CryptographicAttribute.cs
- MenuItemStyleCollection.cs
- IPipelineRuntime.cs
- StringInfo.cs
- CryptoConfig.cs
- XmlNullResolver.cs
- HtmlAnchor.cs
- ParallelLoopState.cs
- WebPartZoneBase.cs
- ScalarRestriction.cs
- TableMethodGenerator.cs
- ListViewInsertionMark.cs
- UserControlParser.cs
- NativeRightsManagementAPIsStructures.cs
- StorageInfo.cs
- PersonalizationProviderHelper.cs
- Rect3D.cs
- Transform.cs
- ForceCopyBuildProvider.cs
- ScrollBarAutomationPeer.cs
- QuadraticBezierSegment.cs
- Vector3DValueSerializer.cs
- Contracts.cs
- TextProperties.cs
- PartialTrustVisibleAssembliesSection.cs
- SoapIgnoreAttribute.cs
- WCFModelStrings.Designer.cs
- ContextDataSourceContextData.cs
- DragDeltaEventArgs.cs
- Util.cs
- MyContact.cs
- Journaling.cs
- AccessDataSource.cs
- TrimSurroundingWhitespaceAttribute.cs
- Point4D.cs
- TransactionException.cs
- RichTextBox.cs
- SafeHandle.cs
- BindingExpressionUncommonField.cs
- FormViewDeletedEventArgs.cs
- XmlDictionaryReaderQuotas.cs
- FileSystemInfo.cs
- ArrayExtension.cs
- COM2ExtendedUITypeEditor.cs
- ArrayWithOffset.cs
- WindowsFormsSynchronizationContext.cs
- Publisher.cs
- xsdvalidator.cs
- DataGridSortingEventArgs.cs
- CachedPathData.cs
- Cursor.cs