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
- UnsettableComboBox.cs
- QilLiteral.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- ProxyAttribute.cs
- ISFTagAndGuidCache.cs
- WsatEtwTraceListener.cs
- Part.cs
- HttpCacheVary.cs
- SourceFilter.cs
- TextBreakpoint.cs
- DesignerUtils.cs
- XmlSerializerSection.cs
- TaskFormBase.cs
- ReflectEventDescriptor.cs
- MouseOverProperty.cs
- MulticastIPAddressInformationCollection.cs
- AutoGeneratedFieldProperties.cs
- MouseCaptureWithinProperty.cs
- GlyphInfoList.cs
- WebContext.cs
- Emitter.cs
- ManipulationInertiaStartingEventArgs.cs
- CommandArguments.cs
- CheckBoxStandardAdapter.cs
- ProtectedUri.cs
- EntityClassGenerator.cs
- Int32CollectionConverter.cs
- KeyGesture.cs
- CodeAccessSecurityEngine.cs
- ReceiveActivityDesigner.cs
- XmlReaderSettings.cs
- ConfigurationStrings.cs
- clipboard.cs
- CollectionConverter.cs
- OptionalColumn.cs
- NullableIntMinMaxAggregationOperator.cs
- DesignerContextDescriptor.cs
- IndexingContentUnit.cs
- BooleanSwitch.cs
- ObjectItemCollection.cs
- CancellableEnumerable.cs
- Color.cs
- QilGeneratorEnv.cs
- MarkupCompiler.cs
- AuthorizationRule.cs
- DSASignatureFormatter.cs
- XmlSchemaFacet.cs
- ProcessModuleCollection.cs
- CustomLineCap.cs
- AnimatedTypeHelpers.cs
- DesignerAttribute.cs
- Util.cs
- BypassElement.cs
- AppDomainFactory.cs
- UserNameSecurityTokenAuthenticator.cs
- PnrpPermission.cs
- SqlNode.cs
- Helpers.cs
- Geometry.cs
- ImageConverter.cs
- XPathException.cs
- ExeConfigurationFileMap.cs
- TreeViewItem.cs
- hwndwrapper.cs
- DiagnosticStrings.cs
- XmlSerializerVersionAttribute.cs
- ProxySimple.cs
- StylusPoint.cs
- TreeNodeStyle.cs
- EdmComplexTypeAttribute.cs
- ListViewUpdateEventArgs.cs
- EntitySqlQueryBuilder.cs
- CompositionTarget.cs
- UnsafeNativeMethods.cs
- DrawingGroup.cs
- precedingsibling.cs
- RemoteHelper.cs
- EnumMember.cs
- AnnotationStore.cs
- AncillaryOps.cs
- UrlPropertyAttribute.cs
- RuntimeHelpers.cs
- XmlTypeMapping.cs
- SqlConnectionString.cs
- ExpressionVisitor.cs
- DataGridViewCellValidatingEventArgs.cs
- EmbeddedMailObjectsCollection.cs
- LabelAutomationPeer.cs
- OSEnvironmentHelper.cs
- SchemaCollectionPreprocessor.cs
- PersonalizationProviderHelper.cs
- securitycriticaldataClass.cs
- util.cs
- ModuleBuilderData.cs
- odbcmetadatacollectionnames.cs
- WebPartActionVerb.cs
- BitmapEffectrendercontext.cs
- MimeTypePropertyAttribute.cs
- MimeFormReflector.cs
- HwndSourceKeyboardInputSite.cs