Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Threading / DispatcherHookEventArgs.cs / 1305600 / DispatcherHookEventArgs.cs
namespace System.Windows.Threading { ////// Additional information provided about a dispatcher. /// public sealed class DispatcherHookEventArgs : EventArgs { ////// Constructs an instance of the DispatcherHookEventArgs class. /// /// /// The operation in question. /// public DispatcherHookEventArgs(DispatcherOperation operation) { _operation = operation; } ////// The dispatcher effected. /// public Dispatcher Dispatcher { get { return _operation != null ? _operation.Dispatcher : null; } } ////// The operation effected. /// public DispatcherOperation Operation { get { return _operation; } } private DispatcherOperation _operation; } ////// The handler for the DispatcherHookEventArgs. /// public delegate void DispatcherHookEventHandler(object sender, DispatcherHookEventArgs e); } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Windows.Threading { ////// Additional information provided about a dispatcher. /// public sealed class DispatcherHookEventArgs : EventArgs { ////// Constructs an instance of the DispatcherHookEventArgs class. /// /// /// The operation in question. /// public DispatcherHookEventArgs(DispatcherOperation operation) { _operation = operation; } ////// The dispatcher effected. /// public Dispatcher Dispatcher { get { return _operation != null ? _operation.Dispatcher : null; } } ////// The operation effected. /// public DispatcherOperation Operation { get { return _operation; } } private DispatcherOperation _operation; } ////// The handler for the DispatcherHookEventArgs. /// public delegate void DispatcherHookEventHandler(object sender, DispatcherHookEventArgs e); } // 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
- DataGridViewCellToolTipTextNeededEventArgs.cs
- SqlInternalConnectionTds.cs
- WebPartCatalogCloseVerb.cs
- RenderData.cs
- Logging.cs
- XmlILIndex.cs
- AttributeUsageAttribute.cs
- QualifierSet.cs
- SelectionUIService.cs
- UnmanagedMemoryStream.cs
- RealProxy.cs
- AttributedMetaModel.cs
- SecureStringHasher.cs
- TableItemPatternIdentifiers.cs
- DataGridViewSelectedRowCollection.cs
- WebPartsSection.cs
- WriterOutput.cs
- RowBinding.cs
- CharacterShapingProperties.cs
- FormsAuthenticationModule.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- ManualWorkflowSchedulerService.cs
- CodeExpressionCollection.cs
- SoapMessage.cs
- XmlBoundElement.cs
- diagnosticsswitches.cs
- RC2CryptoServiceProvider.cs
- WebPartDeleteVerb.cs
- RegexCaptureCollection.cs
- GuidelineCollection.cs
- SpeechSeg.cs
- KeyEventArgs.cs
- DbgCompiler.cs
- UriScheme.cs
- RepeatButtonAutomationPeer.cs
- BCLDebug.cs
- FileReservationCollection.cs
- FontWeightConverter.cs
- Calendar.cs
- TypefaceCollection.cs
- DurationConverter.cs
- AliasedExpr.cs
- FileVersionInfo.cs
- AnnotationResourceCollection.cs
- TransactionScope.cs
- VirtualDirectoryMapping.cs
- SecurityContextSecurityToken.cs
- FactoryId.cs
- TypeGeneratedEventArgs.cs
- MaskInputRejectedEventArgs.cs
- ProtocolsConfiguration.cs
- UserMapPath.cs
- UniqueEventHelper.cs
- DataTableNewRowEvent.cs
- TrimSurroundingWhitespaceAttribute.cs
- EmbeddedMailObjectsCollection.cs
- ScriptRef.cs
- ControlBindingsCollection.cs
- PageWrapper.cs
- DetailsViewDeleteEventArgs.cs
- AssemblyBuilder.cs
- MergeLocalizationDirectives.cs
- TextProviderWrapper.cs
- EdmTypeAttribute.cs
- bindurihelper.cs
- CodeAttributeDeclaration.cs
- FixedNode.cs
- RestHandler.cs
- SyndicationSerializer.cs
- ResourceSet.cs
- XmlSerializationWriter.cs
- DragEvent.cs
- WS2007FederationHttpBindingCollectionElement.cs
- EmissiveMaterial.cs
- BinaryFormatterWriter.cs
- TextParagraphView.cs
- MissingMemberException.cs
- AtomServiceDocumentSerializer.cs
- PeerEndPoint.cs
- Win32Exception.cs
- CodeExpressionStatement.cs
- PageCache.cs
- WebPartConnectionsEventArgs.cs
- MatrixAnimationUsingPath.cs
- LambdaCompiler.ControlFlow.cs
- XmlUtil.cs
- GlobalProxySelection.cs
- WebBaseEventKeyComparer.cs
- Identifier.cs
- ByteAnimation.cs
- MemoryFailPoint.cs
- WindowsFont.cs
- MarshalByRefObject.cs
- CustomAttribute.cs
- SrgsGrammar.cs
- RsaKeyIdentifierClause.cs
- TextTreeTextElementNode.cs
- Comparer.cs
- BypassElementCollection.cs
- ErrorHandler.cs