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
- WebMessageEncodingBindingElement.cs
- BrowserTree.cs
- DbRetry.cs
- InputLanguageEventArgs.cs
- CollectionViewGroupInternal.cs
- AssertFilter.cs
- InlineUIContainer.cs
- PenThread.cs
- ProtocolReflector.cs
- ThicknessConverter.cs
- PreviewControlDesigner.cs
- TreeNodeCollection.cs
- TripleDES.cs
- TrayIconDesigner.cs
- SqlBooleanizer.cs
- ConfigUtil.cs
- Thread.cs
- MediaPlayer.cs
- CodeDomExtensionMethods.cs
- ToolboxControl.cs
- EditBehavior.cs
- ParameterModifier.cs
- GCHandleCookieTable.cs
- ReachDocumentReferenceSerializerAsync.cs
- SmiEventSink_DeferedProcessing.cs
- ModelVisual3D.cs
- MergeFilterQuery.cs
- Claim.cs
- ChameleonKey.cs
- EntityCommandCompilationException.cs
- ToolStripButton.cs
- ObjectListCommandsPage.cs
- Int16AnimationBase.cs
- PathData.cs
- DecoderFallback.cs
- CodeCompiler.cs
- __FastResourceComparer.cs
- SqlCacheDependencyDatabaseCollection.cs
- IProvider.cs
- CaseInsensitiveHashCodeProvider.cs
- TableItemPatternIdentifiers.cs
- HotSpotCollection.cs
- LogicalMethodInfo.cs
- figurelength.cs
- XmlSerializerImportOptions.cs
- ProtocolsConfigurationEntry.cs
- KnownBoxes.cs
- _Win32.cs
- SimpleBitVector32.cs
- DefaultTraceListener.cs
- X509CertificateCollection.cs
- SerializerWriterEventHandlers.cs
- InlineUIContainer.cs
- SessionEndingCancelEventArgs.cs
- EntityStoreSchemaFilterEntry.cs
- IdentityHolder.cs
- IdentityReference.cs
- XsltInput.cs
- CodeTypeDelegate.cs
- EntityProviderFactory.cs
- SafeBitVector32.cs
- EditorPartChrome.cs
- LogicalTreeHelper.cs
- PeerTransportSecuritySettings.cs
- ScrollEventArgs.cs
- PropertyValueChangedEvent.cs
- HuffModule.cs
- TextViewBase.cs
- HostnameComparisonMode.cs
- IpcServerChannel.cs
- CellTreeNode.cs
- WebBrowserNavigatingEventHandler.cs
- HelpInfo.cs
- StylusPointCollection.cs
- MeasureData.cs
- OutputCacheSection.cs
- WindowsIPAddress.cs
- UIElement3DAutomationPeer.cs
- HighlightComponent.cs
- SchemaNamespaceManager.cs
- ListBase.cs
- TreeChangeInfo.cs
- EntityViewContainer.cs
- StylusPlugInCollection.cs
- InternalPermissions.cs
- BinaryWriter.cs
- HtmlShim.cs
- CaseStatement.cs
- SoapClientMessage.cs
- HiddenField.cs
- BaseResourcesBuildProvider.cs
- WindowsProgressbar.cs
- Label.cs
- ParallelDesigner.cs
- _Events.cs
- ADRoleFactory.cs
- ExpressionTable.cs
- DynamicUpdateCommand.cs
- CatalogPartChrome.cs
- HandlerBase.cs