Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ContextQuery.cs
- SqlTypesSchemaImporter.cs
- Binding.cs
- XPathCompileException.cs
- templategroup.cs
- AnimatedTypeHelpers.cs
- ReadOnlyCollectionBase.cs
- CodePropertyReferenceExpression.cs
- EventMappingSettingsCollection.cs
- FacetChecker.cs
- DataRowIndexBuffer.cs
- ValidatorCollection.cs
- DbFunctionCommandTree.cs
- SessionParameter.cs
- JsonFaultDetail.cs
- ToolBarButtonClickEvent.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- List.cs
- FormViewRow.cs
- ControlCommandSet.cs
- GridToolTip.cs
- ModuleElement.cs
- WebConvert.cs
- SimpleTypeResolver.cs
- SqlDependencyListener.cs
- SiteMapNodeItemEventArgs.cs
- DataRecordObjectView.cs
- EditCommandColumn.cs
- SchemaCollectionCompiler.cs
- BmpBitmapEncoder.cs
- DesignerForm.cs
- OrderedDictionaryStateHelper.cs
- pingexception.cs
- DesignerProperties.cs
- SqlDataSourceSelectingEventArgs.cs
- PrintingPermission.cs
- StrongNameUtility.cs
- ToolstripProfessionalRenderer.cs
- BitConverter.cs
- XmlSchemaAnyAttribute.cs
- IHttpResponseInternal.cs
- OpCopier.cs
- WrappedReader.cs
- PermissionSetTriple.cs
- Debug.cs
- InputDevice.cs
- DataList.cs
- AxisAngleRotation3D.cs
- XDRSchema.cs
- Rotation3DAnimation.cs
- SelectionList.cs
- StatusBarAutomationPeer.cs
- UnsafeNetInfoNativeMethods.cs
- MarkupExtensionParser.cs
- IgnoreDataMemberAttribute.cs
- DataPointer.cs
- DefaultSerializationProviderAttribute.cs
- TabControlAutomationPeer.cs
- HttpValueCollection.cs
- RowVisual.cs
- LoginViewDesigner.cs
- Oid.cs
- ConfigXmlComment.cs
- TimeSpanMinutesConverter.cs
- X509Certificate2Collection.cs
- AlignmentXValidation.cs
- UniformGrid.cs
- SqlConnectionPoolProviderInfo.cs
- AbstractSvcMapFileLoader.cs
- QueryCacheEntry.cs
- ObservableDictionary.cs
- Enlistment.cs
- HttpWebRequest.cs
- ExtendedPropertyCollection.cs
- Odbc32.cs
- EntityParameter.cs
- input.cs
- MetafileHeaderWmf.cs
- ToolStripHighContrastRenderer.cs
- DataGridViewColumnEventArgs.cs
- DataGridViewTopRowAccessibleObject.cs
- InheritanceAttribute.cs
- PersonalizationProviderCollection.cs
- DataPagerFieldItem.cs
- figurelengthconverter.cs
- CodeCommentStatementCollection.cs
- ObjectDataSourceSelectingEventArgs.cs
- InputScopeConverter.cs
- VirtualPathUtility.cs
- ProfileManager.cs
- Panel.cs
- DictionaryKeyPropertyAttribute.cs
- OrthographicCamera.cs
- ScriptResourceInfo.cs
- FocusChangedEventArgs.cs
- CommandConverter.cs
- PackagePartCollection.cs
- NetworkStream.cs
- DbBuffer.cs
- ListViewInsertedEventArgs.cs