Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / Windows / Threading / DispatcherHookEventArgs.cs / 1 / 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
- ConnectionStringSettings.cs
- DependencyObject.cs
- TextTreeTextBlock.cs
- DbDataReader.cs
- JsonFormatReaderGenerator.cs
- ComboBoxRenderer.cs
- HttpConfigurationContext.cs
- BitmapEffectInputData.cs
- Message.cs
- RegexCompilationInfo.cs
- SelfIssuedAuthRSACryptoProvider.cs
- RunWorkerCompletedEventArgs.cs
- Exceptions.cs
- ExeConfigurationFileMap.cs
- QilParameter.cs
- safesecurityhelperavalon.cs
- BrowserCapabilitiesCompiler.cs
- PageTheme.cs
- ToolStripPanelRenderEventArgs.cs
- XamlTreeBuilderBamlRecordWriter.cs
- IteratorFilter.cs
- DefaultPropertiesToSend.cs
- InternalBufferOverflowException.cs
- EntitySqlQueryCacheKey.cs
- RadialGradientBrush.cs
- ContentElement.cs
- TextServicesCompartmentContext.cs
- FontDialog.cs
- SoapSchemaImporter.cs
- NameObjectCollectionBase.cs
- _RegBlobWebProxyDataBuilder.cs
- HwndTarget.cs
- AvTrace.cs
- FormView.cs
- ThreadPool.cs
- adornercollection.cs
- ScopelessEnumAttribute.cs
- ToolTip.cs
- SoapProtocolImporter.cs
- SQLBinary.cs
- HelpKeywordAttribute.cs
- documentsequencetextcontainer.cs
- HttpHandlerActionCollection.cs
- DefaultPrintController.cs
- Cursor.cs
- SymDocumentType.cs
- ProfileProvider.cs
- CapabilitiesUse.cs
- SqlGatherProducedAliases.cs
- GifBitmapEncoder.cs
- XPathDocument.cs
- DebugManager.cs
- TraceShell.cs
- Paragraph.cs
- CollectionConverter.cs
- CoreSwitches.cs
- UshortList2.cs
- FrameworkRichTextComposition.cs
- _DisconnectOverlappedAsyncResult.cs
- CompiledQueryCacheKey.cs
- Pen.cs
- ProxyElement.cs
- ListView.cs
- FilterQuery.cs
- GenericPrincipal.cs
- SqlOuterApplyReducer.cs
- RayHitTestParameters.cs
- DataBinding.cs
- TagPrefixCollection.cs
- DragCompletedEventArgs.cs
- SqlStream.cs
- NetDataContractSerializer.cs
- RSAPKCS1SignatureFormatter.cs
- QueryTaskGroupState.cs
- RelationshipEnd.cs
- ToolStripDesignerAvailabilityAttribute.cs
- PassportIdentity.cs
- FormClosingEvent.cs
- SyndicationDeserializer.cs
- SplitContainer.cs
- EditCommandColumn.cs
- XmlNullResolver.cs
- LineBreakRecord.cs
- FixedSOMElement.cs
- WebServiceErrorEvent.cs
- BitmapFrameDecode.cs
- CachedBitmap.cs
- HttpResponse.cs
- HTTPRemotingHandler.cs
- SqlMethodTransformer.cs
- SessionSwitchEventArgs.cs
- QilParameter.cs
- KeysConverter.cs
- Internal.cs
- SparseMemoryStream.cs
- IsolatedStorageFileStream.cs
- GenericTypeParameterBuilder.cs
- TextDecorationCollectionConverter.cs
- ControlEvent.cs
- VerificationException.cs