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
- DocumentScope.cs
- ViewValidator.cs
- AmbiguousMatchException.cs
- UInt16Storage.cs
- RichTextBox.cs
- DataColumn.cs
- DecimalConstantAttribute.cs
- SmiEventStream.cs
- ActivityExecutor.cs
- ManipulationPivot.cs
- FillErrorEventArgs.cs
- ChildDocumentBlock.cs
- DirectoryRedirect.cs
- infer.cs
- ModelVisual3D.cs
- UnmanagedMarshal.cs
- ToolBarButtonClickEvent.cs
- ResetableIterator.cs
- Memoizer.cs
- IDReferencePropertyAttribute.cs
- DescriptionAttribute.cs
- XmlEntityReference.cs
- ArrayExtension.cs
- CmsUtils.cs
- SimpleWebHandlerParser.cs
- MetaType.cs
- ExecutionTracker.cs
- CodeSubDirectoriesCollection.cs
- PropertyItem.cs
- wgx_commands.cs
- ArrangedElementCollection.cs
- WebPartTransformer.cs
- LoginCancelEventArgs.cs
- ObjectRef.cs
- GcSettings.cs
- DesignerListAdapter.cs
- PolyLineSegment.cs
- oledbmetadatacolumnnames.cs
- TextElementEnumerator.cs
- TemplateXamlParser.cs
- DifferencingCollection.cs
- WindowsBrush.cs
- DataGridAutomationPeer.cs
- HostUtils.cs
- ListDataHelper.cs
- ItemPager.cs
- IntSecurity.cs
- CodeCatchClause.cs
- Matrix3D.cs
- _SingleItemRequestCache.cs
- MatrixConverter.cs
- QueryTreeBuilder.cs
- OdbcEnvironment.cs
- Properties.cs
- XmlSchemaGroup.cs
- LinqTreeNodeEvaluator.cs
- SQlBooleanStorage.cs
- ElementAction.cs
- TransactionManager.cs
- ColumnProvider.cs
- HighlightVisual.cs
- ComponentChangedEvent.cs
- FileDetails.cs
- DefinitionProperties.cs
- SapiInterop.cs
- DesignerAdRotatorAdapter.cs
- ListBindingConverter.cs
- XmlSchemaSimpleType.cs
- ExclusiveCanonicalizationTransform.cs
- TrustManagerPromptUI.cs
- RemoteHelper.cs
- WebServiceErrorEvent.cs
- ReceiveReply.cs
- ConfigPathUtility.cs
- TextParaLineResult.cs
- CalendarDataBindingHandler.cs
- CodeCommentStatement.cs
- ValidatorCollection.cs
- Pens.cs
- ProfessionalColorTable.cs
- StructuredTypeEmitter.cs
- SoapTypeAttribute.cs
- DataSvcMapFileSerializer.cs
- RootAction.cs
- TreePrinter.cs
- CodeSnippetCompileUnit.cs
- InvalidAsynchronousStateException.cs
- UidManager.cs
- TabControlCancelEvent.cs
- XmlNullResolver.cs
- ImageClickEventArgs.cs
- WizardStepBase.cs
- DetailsView.cs
- ListItemsCollectionEditor.cs
- SamlAuthenticationClaimResource.cs
- SqlDataReader.cs
- MultipleViewPattern.cs
- Attributes.cs
- RequiredAttributeAttribute.cs
- DocumentsTrace.cs