Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / MonthChangedEventArgs.cs / 1305376 / MonthChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { ////// 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
- TraceSection.cs
- MLangCodePageEncoding.cs
- CallbackValidatorAttribute.cs
- LinqExpressionNormalizer.cs
- RSAPKCS1SignatureFormatter.cs
- CompiledIdentityConstraint.cs
- PageSettings.cs
- ObjectViewListener.cs
- JsonUriDataContract.cs
- CompositionDesigner.cs
- TextOutput.cs
- NetworkInterface.cs
- UnsafeMethods.cs
- EventWaitHandleSecurity.cs
- ObjectToken.cs
- HttpCapabilitiesSectionHandler.cs
- OperatingSystem.cs
- SymbolUsageManager.cs
- DataSourceHelper.cs
- DataTrigger.cs
- ValueExpressions.cs
- EnterpriseServicesHelper.cs
- MenuItemStyleCollection.cs
- AudioException.cs
- WebSysDescriptionAttribute.cs
- FloatUtil.cs
- FromRequest.cs
- HostedNamedPipeTransportManager.cs
- BrowserTree.cs
- ByteAnimationUsingKeyFrames.cs
- TypeNameConverter.cs
- ArrayElementGridEntry.cs
- RootProfilePropertySettingsCollection.cs
- CellPartitioner.cs
- BindingList.cs
- DataGridViewCellCollection.cs
- TrailingSpaceComparer.cs
- SeekStoryboard.cs
- Durable.cs
- ClaimTypeRequirement.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- LinkedResource.cs
- LoadedOrUnloadedOperation.cs
- ProgressBarRenderer.cs
- Misc.cs
- WebPartEditVerb.cs
- indexingfiltermarshaler.cs
- CFStream.cs
- BuildProviderAppliesToAttribute.cs
- ProviderSettingsCollection.cs
- WsatEtwTraceListener.cs
- HttpDebugHandler.cs
- Interlocked.cs
- FrameworkElement.cs
- PenContext.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- BufferedGraphics.cs
- ConsoleTraceListener.cs
- TypeConverterAttribute.cs
- PrintDocument.cs
- ColorPalette.cs
- IOException.cs
- TextElementEnumerator.cs
- QueryCursorEventArgs.cs
- FieldValue.cs
- SerialPort.cs
- AsyncDataRequest.cs
- HttpCacheVaryByContentEncodings.cs
- ProfileSettings.cs
- Point3DAnimation.cs
- DefaultHttpHandler.cs
- FormsAuthenticationTicket.cs
- EncoderFallback.cs
- LayoutTable.cs
- UxThemeWrapper.cs
- Pool.cs
- FormatVersion.cs
- TextContainerChangedEventArgs.cs
- Fx.cs
- ViewSimplifier.cs
- DataSysAttribute.cs
- XslAst.cs
- SafeNativeMethods.cs
- UniqueIdentifierService.cs
- XmlTextReaderImplHelpers.cs
- _UncName.cs
- indexingfiltermarshaler.cs
- DefaultSection.cs
- FormView.cs
- ApplicationBuildProvider.cs
- InputBinding.cs
- XAMLParseException.cs
- ImageAutomationPeer.cs
- _ProxyChain.cs
- IntSumAggregationOperator.cs
- CacheOutputQuery.cs
- OperatingSystemVersionCheck.cs
- PersistenceTypeAttribute.cs
- DataGridParentRows.cs
- UpdatePanelTriggerCollection.cs