Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / TrustUi / MS / Internal / documents / Application / DocumentApplicationJournalEntryEventArgs.cs / 1 / DocumentApplicationJournalEntryEventArgs.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: Used as a custom journal entry for changes in the DocumentApplication's UI state. // // History: // 06/24/2005 - [....] created // //--------------------------------------------------------------------------- using MS.Internal.PresentationUI; // For FriendAccessAllowed using System; using System.Runtime.Serialization; using System.Security.Permissions; using System.Windows; using System.Windows.Documents; using System.Windows.Navigation; namespace MS.Internal.Documents.Application { ////// SignatureStatusEventArgs, object used when firing SigStatus change. /// [FriendAccessAllowed] internal class DocumentApplicationJournalEntryEventArgs : EventArgs { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- ////// The constructor /// public DocumentApplicationJournalEntryEventArgs(DocumentApplicationState state) { _state = state; } //------------------------------------------------------ // // Public Properties // //----------------------------------------------------- ////// State value stored at this JournalEntry /// public DocumentApplicationState State { get { return _state; } } //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ private DocumentApplicationState _state; } } // 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
- WindowPatternIdentifiers.cs
- WindowsRichEditRange.cs
- UshortList2.cs
- ConfigurationConverterBase.cs
- DiscoveryClientBindingElement.cs
- CorrelationQueryBehavior.cs
- BindingNavigator.cs
- XamlTypeMapper.cs
- Soap12ProtocolReflector.cs
- UxThemeWrapper.cs
- MatrixAnimationUsingPath.cs
- AttachInfo.cs
- TemplateXamlTreeBuilder.cs
- ChannelServices.cs
- TCEAdapterGenerator.cs
- FixedSOMPageElement.cs
- VScrollBar.cs
- CalendarDay.cs
- DbSourceParameterCollection.cs
- Animatable.cs
- WindowsIPAddress.cs
- CTreeGenerator.cs
- KnowledgeBase.cs
- ToolStripControlHost.cs
- DatatypeImplementation.cs
- ModelFactory.cs
- ServiceRouteHandler.cs
- TextRangeEditTables.cs
- Publisher.cs
- AppLevelCompilationSectionCache.cs
- AlternateView.cs
- XmlAttributeCache.cs
- ToolStripContentPanel.cs
- HostedHttpRequestAsyncResult.cs
- MenuItemCollection.cs
- _WinHttpWebProxyDataBuilder.cs
- PrinterUnitConvert.cs
- DataGridViewImageColumn.cs
- DataServiceQuery.cs
- LinqToSqlWrapper.cs
- SmiTypedGetterSetter.cs
- XmlSchemaSimpleTypeRestriction.cs
- RuntimeWrappedException.cs
- EntitySet.cs
- NGCUIElementCollectionSerializerAsync.cs
- AsmxEndpointPickerExtension.cs
- WebPartMovingEventArgs.cs
- WsdlBuildProvider.cs
- SymbolTable.cs
- SiteIdentityPermission.cs
- ISAPIApplicationHost.cs
- IOException.cs
- DiagnosticTrace.cs
- LifetimeServices.cs
- EdmScalarPropertyAttribute.cs
- SQLString.cs
- MobileErrorInfo.cs
- VectorConverter.cs
- SamlSubject.cs
- TextEffect.cs
- ISFTagAndGuidCache.cs
- StartUpEventArgs.cs
- ContextStack.cs
- XmlBinaryReader.cs
- __ComObject.cs
- ListItemCollection.cs
- FrameworkContentElementAutomationPeer.cs
- HtmlImage.cs
- mactripleDES.cs
- Crc32.cs
- DataGridViewSortCompareEventArgs.cs
- TimeoutValidationAttribute.cs
- DirectionalLight.cs
- NamespaceMapping.cs
- TypedElement.cs
- XmlSchema.cs
- CacheAxisQuery.cs
- GcHandle.cs
- ExternalException.cs
- RowsCopiedEventArgs.cs
- SwitchAttribute.cs
- DataReceivedEventArgs.cs
- AsymmetricCryptoHandle.cs
- ListViewGroupCollectionEditor.cs
- AdRotator.cs
- HandlerBase.cs
- InputLangChangeEvent.cs
- ResolveRequestResponseAsyncResult.cs
- BitmapMetadata.cs
- ValidationPropertyAttribute.cs
- TimeStampChecker.cs
- DataGridBoolColumn.cs
- Speller.cs
- EntityDataSourceDataSelection.cs
- GridToolTip.cs
- WindowsSysHeader.cs
- TextCompositionEventArgs.cs
- SmiMetaData.cs
- ParamArrayAttribute.cs
- CodePropertyReferenceExpression.cs