Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- EnumBuilder.cs
- MsmqInputSessionChannelListener.cs
- BooleanSwitch.cs
- HasCopySemanticsAttribute.cs
- EncryptRequest.cs
- Task.cs
- MachineSettingsSection.cs
- MessageSecurityProtocol.cs
- HttpModuleCollection.cs
- CharStorage.cs
- XhtmlBasicLinkAdapter.cs
- WebBodyFormatMessageProperty.cs
- UpDownBaseDesigner.cs
- ApplicationSecurityManager.cs
- ResXFileRef.cs
- ResourceSetExpression.cs
- TextInfo.cs
- TextMarkerSource.cs
- ServiceManagerHandle.cs
- MulticastIPAddressInformationCollection.cs
- DbMetaDataFactory.cs
- SoapTypeAttribute.cs
- PersonalizationAdministration.cs
- ValidatorCompatibilityHelper.cs
- XmlProcessingInstruction.cs
- CoreSwitches.cs
- LocalizationComments.cs
- XsltCompileContext.cs
- RadialGradientBrush.cs
- PathGradientBrush.cs
- TemplateParser.cs
- ProviderConnectionPoint.cs
- BroadcastEventHelper.cs
- Quaternion.cs
- tooltip.cs
- PassportAuthentication.cs
- AddInDeploymentState.cs
- Condition.cs
- NamedPipeTransportElement.cs
- WebPartDisplayModeCollection.cs
- Compiler.cs
- DummyDataSource.cs
- DataTransferEventArgs.cs
- HtmlInputPassword.cs
- Overlapped.cs
- SessionParameter.cs
- DesignConnectionCollection.cs
- WebPartVerb.cs
- DeclaredTypeValidatorAttribute.cs
- basenumberconverter.cs
- ContextMenu.cs
- PointHitTestResult.cs
- DataGridCell.cs
- TcpAppDomainProtocolHandler.cs
- DbProviderConfigurationHandler.cs
- WebPartZoneCollection.cs
- CollectionContainer.cs
- MetadataArtifactLoaderFile.cs
- SmiRecordBuffer.cs
- cookie.cs
- complextypematerializer.cs
- ProxyAttribute.cs
- Typography.cs
- WindowsListViewGroupSubsetLink.cs
- MailMessage.cs
- TypeTypeConverter.cs
- TreeNodeBindingCollection.cs
- SettingsPropertyIsReadOnlyException.cs
- CharEnumerator.cs
- Attributes.cs
- ZoneMembershipCondition.cs
- GiveFeedbackEvent.cs
- RelationshipType.cs
- OleDbException.cs
- ParallelDesigner.cs
- Image.cs
- SqlConnectionPoolGroupProviderInfo.cs
- KerberosTokenFactoryCredential.cs
- GridErrorDlg.cs
- ComIntegrationManifestGenerator.cs
- ElementHost.cs
- WriteableBitmap.cs
- Pair.cs
- PagesChangedEventArgs.cs
- SqlWorkflowInstanceStore.cs
- NameNode.cs
- SchemaCollectionPreprocessor.cs
- sapiproxy.cs
- UnsafeNativeMethods.cs
- LifetimeServices.cs
- Vector3DAnimation.cs
- ItemsControlAutomationPeer.cs
- TextTreeRootTextBlock.cs
- ToolStripArrowRenderEventArgs.cs
- BatchParser.cs
- XmlObjectSerializerContext.cs
- EntityDataSourceConfigureObjectContext.cs
- DataBindingHandlerAttribute.cs
- panel.cs
- CompositeActivityMarkupSerializer.cs