Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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;
///
/// Provides data for the
/// event.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class MonthChangedEventArgs {
DateTime newDate, previousDate;
///
/// Initializes a new instance of the class.
///
public MonthChangedEventArgs(DateTime newDate, DateTime previousDate) {
this.newDate = newDate;
this.previousDate = previousDate;
}
///
/// Gets the date that determines the month currently
/// displayed by the .
///
public DateTime NewDate {
get {
return newDate;
}
}
///
/// Gets the date that determines the month previously 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SamlConditions.cs
- RegexGroup.cs
- ArcSegment.cs
- TableParagraph.cs
- ReachSerializerAsync.cs
- SoapSchemaImporter.cs
- UIElement.cs
- TrackingServices.cs
- CompositeActivityTypeDescriptor.cs
- DataGridItemEventArgs.cs
- SqlCacheDependency.cs
- QueryRewriter.cs
- PackageDigitalSignature.cs
- WebServiceResponseDesigner.cs
- StateMachineHelpers.cs
- StylusPlugin.cs
- SimplePropertyEntry.cs
- OdbcRowUpdatingEvent.cs
- LateBoundBitmapDecoder.cs
- DataListComponentEditor.cs
- PackagePartCollection.cs
- UndirectedGraph.cs
- ModelTreeManager.cs
- DataControlFieldCell.cs
- ArcSegment.cs
- TextComposition.cs
- InputScope.cs
- TimeSpanConverter.cs
- MemberAccessException.cs
- Tokenizer.cs
- ExpanderAutomationPeer.cs
- UInt32.cs
- XPathNodeIterator.cs
- FileUtil.cs
- UserControl.cs
- ImplicitInputBrush.cs
- DbConnectionPoolCounters.cs
- ButtonBaseAutomationPeer.cs
- CircleHotSpot.cs
- ProviderConnectionPoint.cs
- ContextMenuAutomationPeer.cs
- SQLInt32.cs
- IndexingContentUnit.cs
- CodeNamespaceImport.cs
- RootBrowserWindowAutomationPeer.cs
- WebPartAuthorizationEventArgs.cs
- BlurEffect.cs
- AspCompat.cs
- ChameleonKey.cs
- ResourceProperty.cs
- PropertyGridEditorPart.cs
- TextDecoration.cs
- Grid.cs
- MachineKeyConverter.cs
- XomlCompilerHelpers.cs
- RotateTransform.cs
- AudioStateChangedEventArgs.cs
- ByteKeyFrameCollection.cs
- XsltException.cs
- SctClaimDictionary.cs
- Transform.cs
- entityreference_tresulttype.cs
- TemplateXamlParser.cs
- ProcessModelSection.cs
- GlyphCollection.cs
- PageThemeBuildProvider.cs
- StoreAnnotationsMap.cs
- DockProviderWrapper.cs
- LinkArea.cs
- FileEnumerator.cs
- DescendentsWalker.cs
- BoundingRectTracker.cs
- DesignerTransaction.cs
- EntityDataSourceContainerNameItem.cs
- SymbolMethod.cs
- WebScriptServiceHost.cs
- ReferencedType.cs
- _UriSyntax.cs
- FamilyMapCollection.cs
- HtmlElementErrorEventArgs.cs
- X509Certificate2Collection.cs
- DataSourceXmlAttributeAttribute.cs
- ContextMenuAutomationPeer.cs
- ValidationErrorCollection.cs
- DockAndAnchorLayout.cs
- ClientTarget.cs
- CodeTypeOfExpression.cs
- UnauthorizedWebPart.cs
- SafeCryptoHandles.cs
- ListViewTableRow.cs
- CompiledIdentityConstraint.cs
- XmlSchemaParticle.cs
- RequestQueryProcessor.cs
- MonthCalendar.cs
- SystemMulticastIPAddressInformation.cs
- Point4DValueSerializer.cs
- SQlBooleanStorage.cs
- NavigationWindow.cs
- FontSource.cs
- Visual3D.cs