Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------------- // // 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
- AttachedProperty.cs
- PathFigureCollection.cs
- Lock.cs
- VerticalAlignConverter.cs
- Point3DKeyFrameCollection.cs
- TreeNodeBindingCollection.cs
- XmlSequenceWriter.cs
- StreamReader.cs
- CustomAttributeBuilder.cs
- OpenTypeCommon.cs
- JsonDeserializer.cs
- XmlCharType.cs
- ProcessModule.cs
- ScaleTransform3D.cs
- ListBoxItem.cs
- Tile.cs
- FileLoadException.cs
- DataBoundLiteralControl.cs
- Hash.cs
- WeakHashtable.cs
- ImageList.cs
- SqlFunctionAttribute.cs
- CodeCommentStatement.cs
- WebRequestModulesSection.cs
- ApplicationGesture.cs
- XmlSchemaComplexContentRestriction.cs
- ControlBindingsConverter.cs
- PeerNameRecord.cs
- AutomationEventArgs.cs
- InfoCardXmlSerializer.cs
- ClientUrlResolverWrapper.cs
- SelectionRange.cs
- TailCallAnalyzer.cs
- ResponseBodyWriter.cs
- FieldNameLookup.cs
- MetadataArtifactLoaderCompositeFile.cs
- SqlProfileProvider.cs
- PeerSecurityHelpers.cs
- DoubleLinkList.cs
- Models.cs
- DynamicActivityTypeDescriptor.cs
- ComMethodElementCollection.cs
- RuleElement.cs
- HashCodeCombiner.cs
- HostExecutionContextManager.cs
- WebPartZone.cs
- RegexWorker.cs
- SslStream.cs
- CompositeFontParser.cs
- Soap12ServerProtocol.cs
- IntMinMaxAggregationOperator.cs
- RequestDescription.cs
- ShapeTypeface.cs
- ExportOptions.cs
- SchemaElementDecl.cs
- CellConstant.cs
- OracleParameterBinding.cs
- BuildProvidersCompiler.cs
- ReadOnlyDictionary.cs
- HelpKeywordAttribute.cs
- IntSecurity.cs
- FragmentQueryKB.cs
- AutomationEventArgs.cs
- ConvertersCollection.cs
- Exceptions.cs
- DbInsertCommandTree.cs
- CapabilitiesAssignment.cs
- ValidationManager.cs
- DiagnosticStrings.cs
- RoutedEvent.cs
- ResourceDescriptionAttribute.cs
- DataBinder.cs
- BinHexEncoder.cs
- NamespaceTable.cs
- IntersectQueryOperator.cs
- URLBuilder.cs
- SqlInternalConnectionTds.cs
- ResolveNameEventArgs.cs
- Interlocked.cs
- EventDescriptor.cs
- COM2FontConverter.cs
- DisplayNameAttribute.cs
- JpegBitmapDecoder.cs
- WebPartUserCapability.cs
- BamlLocalizer.cs
- ComplexTypeEmitter.cs
- Stack.cs
- ListViewItemMouseHoverEvent.cs
- PlainXmlWriter.cs
- ControlUtil.cs
- MethodBuilderInstantiation.cs
- Visual.cs
- GridViewAutomationPeer.cs
- CodeArgumentReferenceExpression.cs
- CodeTypeMemberCollection.cs
- _DigestClient.cs
- SqlMethodAttribute.cs
- SoapMessage.cs
- MailMessage.cs
- AddInActivator.cs