Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }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
- FontResourceCache.cs
- SqlTopReducer.cs
- RawStylusInput.cs
- WebAdminConfigurationHelper.cs
- JumpItem.cs
- GridViewEditEventArgs.cs
- ButtonBaseDesigner.cs
- GuidelineSet.cs
- DrawListViewItemEventArgs.cs
- EditorPartCollection.cs
- WrappedIUnknown.cs
- TextCompositionEventArgs.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- GenericPrincipal.cs
- PasswordDeriveBytes.cs
- StylusPointPropertyUnit.cs
- AmbiguousMatchException.cs
- ByteStorage.cs
- Light.cs
- ConditionalAttribute.cs
- PointCollection.cs
- SoapEnvelopeProcessingElement.cs
- FixedSOMImage.cs
- DBConcurrencyException.cs
- cookiecollection.cs
- SectionVisual.cs
- MatrixAnimationUsingKeyFrames.cs
- BamlVersionHeader.cs
- EntityContainerRelationshipSet.cs
- _SslState.cs
- Helper.cs
- DictationGrammar.cs
- BaseHashHelper.cs
- HttpRequestBase.cs
- DataGridViewHitTestInfo.cs
- InlineCollection.cs
- SqlTrackingQuery.cs
- StylusTouchDevice.cs
- SimpleTableProvider.cs
- SetterBaseCollection.cs
- ElementAction.cs
- InputProviderSite.cs
- DataSourceIDConverter.cs
- LocalValueEnumerator.cs
- ColumnHeaderConverter.cs
- SynchronizedDispatch.cs
- XmlEncoding.cs
- Span.cs
- CompilerHelpers.cs
- ProxyWebPartConnectionCollection.cs
- X509ChainPolicy.cs
- Label.cs
- OleDbStruct.cs
- RsaKeyIdentifierClause.cs
- TemplateKeyConverter.cs
- DataObjectPastingEventArgs.cs
- IgnoreFileBuildProvider.cs
- X509Utils.cs
- StringComparer.cs
- TextEditorTyping.cs
- TextRange.cs
- RuleSettings.cs
- ClientRolePrincipal.cs
- UserUseLicenseDictionaryLoader.cs
- TiffBitmapDecoder.cs
- RawStylusInputReport.cs
- StringConverter.cs
- webbrowsersite.cs
- _IPv4Address.cs
- PropertyGeneratedEventArgs.cs
- InkCollectionBehavior.cs
- FixedNode.cs
- _LocalDataStore.cs
- PropertyTabChangedEvent.cs
- QilGenerator.cs
- UIAgentMonitorHandle.cs
- NodeInfo.cs
- PageTheme.cs
- ChangeProcessor.cs
- DrawingState.cs
- ValidationHelper.cs
- PreviewPrintController.cs
- FileUtil.cs
- UserPreferenceChangedEventArgs.cs
- IndexedGlyphRun.cs
- ToggleProviderWrapper.cs
- XmlObjectSerializerWriteContextComplex.cs
- MimeFormReflector.cs
- ArgumentDesigner.xaml.cs
- PropertyGridCommands.cs
- BinaryConverter.cs
- DefaultDialogButtons.cs
- SourceLineInfo.cs
- InvalidPrinterException.cs
- HostSecurityManager.cs
- VirtualPath.cs
- AuthorizationRule.cs
- DisplayNameAttribute.cs
- IPipelineRuntime.cs
- Itemizer.cs