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
- SqlClientPermission.cs
- DtrList.cs
- ClipboardData.cs
- TableRowGroup.cs
- CompositeActivityCodeGenerator.cs
- DesignerInterfaces.cs
- HwndHost.cs
- ScrollBarAutomationPeer.cs
- ListBindableAttribute.cs
- WebResponse.cs
- DropShadowEffect.cs
- StorageModelBuildProvider.cs
- LocalizabilityAttribute.cs
- SqlUserDefinedTypeAttribute.cs
- ShutDownListener.cs
- DelegatingStream.cs
- RoleServiceManager.cs
- RightsManagementEncryptionTransform.cs
- FormatSettings.cs
- TextSerializer.cs
- BasicBrowserDialog.cs
- NameObjectCollectionBase.cs
- NetworkInformationPermission.cs
- DocumentViewerConstants.cs
- GeneralTransform2DTo3DTo2D.cs
- ConfigurationLocation.cs
- PassportAuthenticationEventArgs.cs
- isolationinterop.cs
- StorageInfo.cs
- XsltException.cs
- MemberInitExpression.cs
- Identifier.cs
- NumberAction.cs
- ScriptServiceAttribute.cs
- ScrollBarAutomationPeer.cs
- ChildTable.cs
- ClassData.cs
- DbDataReader.cs
- Stylesheet.cs
- RadioButtonFlatAdapter.cs
- tooltip.cs
- TdsValueSetter.cs
- TransformProviderWrapper.cs
- SqlConnection.cs
- RowToParametersTransformer.cs
- KeyToListMap.cs
- FullTextBreakpoint.cs
- ScaleTransform.cs
- WsdlHelpGeneratorElement.cs
- SmtpFailedRecipientsException.cs
- Classification.cs
- Byte.cs
- MethodToken.cs
- XhtmlBasicListAdapter.cs
- XpsResourcePolicy.cs
- RC2.cs
- CollectionChangeEventArgs.cs
- PublisherMembershipCondition.cs
- UnauthorizedAccessException.cs
- SmtpNegotiateAuthenticationModule.cs
- AssemblyContextControlItem.cs
- FocusManager.cs
- SharedStatics.cs
- DataGridViewButtonColumn.cs
- DeleteHelper.cs
- BindingContext.cs
- PackWebRequestFactory.cs
- dataobject.cs
- ToolStripItemRenderEventArgs.cs
- BrowserCapabilitiesFactoryBase.cs
- _ListenerAsyncResult.cs
- TraceHwndHost.cs
- prefixendpointaddressmessagefilter.cs
- EventBuilder.cs
- MouseOverProperty.cs
- RootBuilder.cs
- ActivityTypeCodeDomSerializer.cs
- EnumConverter.cs
- PagedControl.cs
- Point.cs
- SchemaNames.cs
- GeneralTransformGroup.cs
- FocusTracker.cs
- BaseProcessor.cs
- SynchronizationContextHelper.cs
- FaultCode.cs
- SafeIUnknown.cs
- SchemaElement.cs
- MustUnderstandBehavior.cs
- _OverlappedAsyncResult.cs
- DecimalStorage.cs
- RangeValueProviderWrapper.cs
- Error.cs
- ThousandthOfEmRealDoubles.cs
- FilteredXmlReader.cs
- ServiceSecurityAuditBehavior.cs
- MsmqTransportBindingElement.cs
- FloatUtil.cs
- SelectionHighlightInfo.cs
- HttpResponse.cs