Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ //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.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
- NodeLabelEditEvent.cs
- WsrmMessageInfo.cs
- StylusEventArgs.cs
- PassportPrincipal.cs
- XmlArrayItemAttribute.cs
- ListControlBoundActionList.cs
- TabletCollection.cs
- BridgeDataReader.cs
- FamilyMap.cs
- XmlSchemaAll.cs
- ExceptionAggregator.cs
- SafeLocalMemHandle.cs
- ArgumentValidation.cs
- DynamicRenderer.cs
- EnumType.cs
- _ListenerAsyncResult.cs
- TableCell.cs
- NumberAction.cs
- TextEditorSelection.cs
- Screen.cs
- SelectedDatesCollection.cs
- ProfessionalColorTable.cs
- NativeMethods.cs
- StorageConditionPropertyMapping.cs
- HttpCapabilitiesSectionHandler.cs
- ItemAutomationPeer.cs
- HTMLTagNameToTypeMapper.cs
- RawStylusInput.cs
- StylusPlugInCollection.cs
- WindowsStartMenu.cs
- CompilationLock.cs
- EastAsianLunisolarCalendar.cs
- SHA384.cs
- StreamInfo.cs
- ShaperBuffers.cs
- CodeTypeMember.cs
- SystemSounds.cs
- WrapperEqualityComparer.cs
- ResolveDuplexCD1AsyncResult.cs
- BindValidationContext.cs
- SqlLiftIndependentRowExpressions.cs
- RoutedPropertyChangedEventArgs.cs
- MessageHeaderT.cs
- PropertyMappingExceptionEventArgs.cs
- FrameworkElementFactoryMarkupObject.cs
- TableRowCollection.cs
- GeneralTransformCollection.cs
- ProfileGroupSettings.cs
- IxmlLineInfo.cs
- FontInfo.cs
- ListViewPagedDataSource.cs
- util.cs
- MSHTMLHost.cs
- SurrogateSelector.cs
- XmlNamespaceDeclarationsAttribute.cs
- NumericPagerField.cs
- MessageRpc.cs
- ChannelBinding.cs
- Content.cs
- RemotingConfiguration.cs
- MultiDataTrigger.cs
- WebServiceHostFactory.cs
- XamlParser.cs
- CookieParameter.cs
- ToolStripDesignerAvailabilityAttribute.cs
- BooleanConverter.cs
- Executor.cs
- CompositeDuplexBindingElement.cs
- Assert.cs
- ProfilePropertySettings.cs
- Internal.cs
- EventSinkActivity.cs
- CodeDomConfigurationHandler.cs
- __Error.cs
- RequiredFieldValidator.cs
- DataSourceView.cs
- RelationshipConverter.cs
- DataGridViewTopLeftHeaderCell.cs
- SchemaCreator.cs
- HttpServerVarsCollection.cs
- MetadataFile.cs
- NotifyCollectionChangedEventArgs.cs
- RuntimeHandles.cs
- Completion.cs
- SpecialNameAttribute.cs
- Stylesheet.cs
- OutputCacheProfile.cs
- Validator.cs
- columnmapfactory.cs
- CodeMemberProperty.cs
- Root.cs
- StringDictionary.cs
- SettingsProperty.cs
- StorageTypeMapping.cs
- TextContainer.cs
- TypeSystem.cs
- DownloadProgressEventArgs.cs
- SubMenuStyleCollection.cs
- SinglePageViewer.cs
- TrackingStringDictionary.cs