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
- BmpBitmapDecoder.cs
- ScopelessEnumAttribute.cs
- PropertyInfoSet.cs
- XmlSchemaSimpleContentExtension.cs
- XmlSchemaInferenceException.cs
- EntityTransaction.cs
- ScopelessEnumAttribute.cs
- TranslateTransform3D.cs
- DispatcherOperation.cs
- XPathNodePointer.cs
- QueryContext.cs
- SqlTriggerContext.cs
- ProfessionalColorTable.cs
- PeerTransportSecuritySettings.cs
- WorkerRequest.cs
- ResXResourceSet.cs
- XPathNavigatorKeyComparer.cs
- CultureInfoConverter.cs
- FunctionImportMapping.cs
- EdmItemCollection.cs
- XamlToRtfParser.cs
- XmlKeywords.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- ItemContainerProviderWrapper.cs
- XhtmlConformanceSection.cs
- FileDetails.cs
- DispatcherExceptionFilterEventArgs.cs
- LineBreakRecord.cs
- InternalConfigSettingsFactory.cs
- ReaderWriterLock.cs
- DesignBindingEditor.cs
- XmlNotation.cs
- TextRangeAdaptor.cs
- QilLiteral.cs
- Stylesheet.cs
- XsltLoader.cs
- _ConnectionGroup.cs
- DataGridHeaderBorder.cs
- PropertyManager.cs
- LoaderAllocator.cs
- HtmlControlPersistable.cs
- StandardToolWindows.cs
- XmlSchemaImporter.cs
- XmlSchemaAll.cs
- InfoCardMetadataExchangeClient.cs
- Rect3DConverter.cs
- TrackingConditionCollection.cs
- BrowserTree.cs
- PrintDocument.cs
- ScriptingJsonSerializationSection.cs
- HttpStaticObjectsCollectionBase.cs
- TypeSystem.cs
- AnimatedTypeHelpers.cs
- DocumentPageViewAutomationPeer.cs
- TriggerActionCollection.cs
- SqlServices.cs
- ConfigXmlDocument.cs
- NavigationWindowAutomationPeer.cs
- SoapMessage.cs
- CodeTypeReferenceCollection.cs
- XmlSchemaComplexType.cs
- LinqDataSourceView.cs
- InputReport.cs
- DataTableExtensions.cs
- ListParagraph.cs
- ClientScriptItemCollection.cs
- PropertyChangedEventManager.cs
- BoundPropertyEntry.cs
- SimpleBitVector32.cs
- DoubleCollectionConverter.cs
- PropertyPathConverter.cs
- StreamingContext.cs
- DocumentsTrace.cs
- XmlNamedNodeMap.cs
- SchemaMerger.cs
- StatusBar.cs
- FontInfo.cs
- SQLInt32.cs
- WebPartConnectVerb.cs
- DesignerCategoryAttribute.cs
- BitArray.cs
- util.cs
- AccessedThroughPropertyAttribute.cs
- MissingMemberException.cs
- XmlSchemaImporter.cs
- NumberSubstitution.cs
- CounterSet.cs
- TableLayoutSettings.cs
- EmptyEnumerator.cs
- WebPartConnectionCollection.cs
- ComPlusTypeLoader.cs
- SignerInfo.cs
- MetaColumn.cs
- ExpressionPrefixAttribute.cs
- WCFBuildProvider.cs
- IndexedEnumerable.cs
- SR.cs
- MetadataException.cs
- ScriptReference.cs
- FileSystemWatcher.cs