Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / CalendarModeChangedEventArgs.cs / 1305600 / CalendarModeChangedEventArgs.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- namespace System.Windows.Controls { ////// Provides data for the DisplayModeChanged event. /// public class CalendarModeChangedEventArgs : System.Windows.RoutedEventArgs { ////// Initializes a new instance of the CalendarModeChangedEventArgs class. /// /// Previous value of the property, prior to the event being raised. /// Current value of the property at the time of the event. public CalendarModeChangedEventArgs(CalendarMode oldMode, CalendarMode newMode) { this.OldMode = oldMode; this.NewMode = newMode; } ////// Gets the new mode of the Calendar. /// public CalendarMode NewMode { get; private set; } ////// Gets the previous mode of the Calendar. /// public CalendarMode OldMode { get; private set; } } } // 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
- URLString.cs
- FileDetails.cs
- WaitHandle.cs
- QuerySettings.cs
- SwitchElementsCollection.cs
- RangeValueProviderWrapper.cs
- TypeToken.cs
- HMACSHA256.cs
- CompiledIdentityConstraint.cs
- DataBindingExpressionBuilder.cs
- Drawing.cs
- DataGridColumnHeaderCollection.cs
- ContextMenu.cs
- EntityTemplateFactory.cs
- Label.cs
- TcpTransportElement.cs
- DataGridViewCellLinkedList.cs
- EntitySqlQueryCacheEntry.cs
- ConditionalBranch.cs
- COAUTHIDENTITY.cs
- ScrollBar.cs
- DesignerActionTextItem.cs
- EventProxy.cs
- peernodeimplementation.cs
- EventManager.cs
- DataGridViewHitTestInfo.cs
- ServicePoint.cs
- StyleCollectionEditor.cs
- SerializationFieldInfo.cs
- SqlUserDefinedTypeAttribute.cs
- RoutedEventConverter.cs
- DefaultTraceListener.cs
- ObjectItemAssemblyLoader.cs
- QueryPageSettingsEventArgs.cs
- ContainerParaClient.cs
- TrackingWorkflowEventArgs.cs
- odbcmetadatacollectionnames.cs
- WebPartRestoreVerb.cs
- PseudoWebRequest.cs
- TreeViewImageIndexConverter.cs
- ProgressChangedEventArgs.cs
- MetafileHeader.cs
- SerializationObjectManager.cs
- _HeaderInfo.cs
- SqlLiftWhereClauses.cs
- FixedSOMTable.cs
- StringResourceManager.cs
- TableLayoutPanel.cs
- AnalyzedTree.cs
- VisualBasicSettingsConverter.cs
- HostVisual.cs
- DayRenderEvent.cs
- GroupBox.cs
- ConfigXmlAttribute.cs
- HttpUnhandledOperationInvoker.cs
- printdlgexmarshaler.cs
- ProviderCollection.cs
- QueueSurrogate.cs
- Deflater.cs
- SoapIgnoreAttribute.cs
- PhonemeEventArgs.cs
- ScrollBarRenderer.cs
- WindowsComboBox.cs
- WSSecureConversationDec2005.cs
- RSAProtectedConfigurationProvider.cs
- IconConverter.cs
- PointLightBase.cs
- DataGridViewCheckBoxColumn.cs
- DataGridViewCellFormattingEventArgs.cs
- QilPatternVisitor.cs
- UpDownEvent.cs
- AndCondition.cs
- FixedSOMPageConstructor.cs
- TrackingServices.cs
- MappableObjectManager.cs
- FloaterParaClient.cs
- TextFormatterContext.cs
- UserControlBuildProvider.cs
- SweepDirectionValidation.cs
- SchemaAttDef.cs
- TransformerInfo.cs
- DataBoundControl.cs
- ValueUtilsSmi.cs
- NativeMethodsOther.cs
- PasswordRecovery.cs
- WebHeaderCollection.cs
- ClientRolePrincipal.cs
- TreeNodeConverter.cs
- PathData.cs
- RecognizeCompletedEventArgs.cs
- StrokeCollection.cs
- PenContext.cs
- RemoteWebConfigurationHostServer.cs
- CqlLexer.cs
- ButtonFlatAdapter.cs
- DataGridRow.cs
- XsltLibrary.cs
- DiscoveryEndpoint.cs
- NamespaceDisplay.xaml.cs
- XmlFormatExtensionPointAttribute.cs