Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- TrustLevelCollection.cs
- FocusTracker.cs
- OrCondition.cs
- DocumentSequence.cs
- TemplateColumn.cs
- X509ChainElement.cs
- SendMailErrorEventArgs.cs
- CodeObject.cs
- RuntimeConfigLKG.cs
- ActivityScheduledQuery.cs
- DelegateHelpers.cs
- hebrewshape.cs
- EntitySqlQueryCacheEntry.cs
- MetadataArtifactLoader.cs
- PolicyStatement.cs
- DocumentViewerHelper.cs
- CodeMemberEvent.cs
- CaseInsensitiveHashCodeProvider.cs
- ThrowHelper.cs
- WSDualHttpBinding.cs
- DiscoveryClientOutputChannel.cs
- TargetControlTypeAttribute.cs
- UITypeEditor.cs
- RadioButtonBaseAdapter.cs
- DataGridAddNewRow.cs
- GridViewRowEventArgs.cs
- AlternateViewCollection.cs
- ButtonBaseAutomationPeer.cs
- HuffmanTree.cs
- GlyphRunDrawing.cs
- streamingZipPartStream.cs
- ArrayMergeHelper.cs
- IsolationInterop.cs
- ResourceReferenceKeyNotFoundException.cs
- InternalBufferManager.cs
- CodeTypeMember.cs
- EventLogEntry.cs
- EventSinkActivity.cs
- DnsPermission.cs
- ClassData.cs
- HttpFileCollection.cs
- DocumentNUp.cs
- RelatedCurrencyManager.cs
- MemoryFailPoint.cs
- DiscoveryReference.cs
- IndexedWhereQueryOperator.cs
- InfoCardTrace.cs
- SHA1Managed.cs
- SqlAliaser.cs
- HuffCodec.cs
- ChildrenQuery.cs
- ChildChangedEventArgs.cs
- ExecutionContext.cs
- Compress.cs
- CompletionProxy.cs
- ClientSession.cs
- ValueOfAction.cs
- DataGridViewColumnDesigner.cs
- SqlAggregateChecker.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- InternalMappingException.cs
- CreateUserWizard.cs
- ControlBuilder.cs
- ManagedFilter.cs
- PageAdapter.cs
- WebPartCollection.cs
- ComplexBindingPropertiesAttribute.cs
- ZipIOCentralDirectoryBlock.cs
- CommandDesigner.cs
- FormViewCommandEventArgs.cs
- EncryptedReference.cs
- EmptyReadOnlyDictionaryInternal.cs
- DependencyObject.cs
- PageRanges.cs
- HGlobalSafeHandle.cs
- _SslState.cs
- DateTimeConstantAttribute.cs
- ApplicationSecurityInfo.cs
- Regex.cs
- InternalPolicyElement.cs
- ZipFileInfoCollection.cs
- CultureInfoConverter.cs
- XmlAttributes.cs
- CqlParserHelpers.cs
- IsolatedStoragePermission.cs
- SqlTypesSchemaImporter.cs
- ServiceDesigner.cs
- GradientStopCollection.cs
- Rect.cs
- EntityContainerRelationshipSetEnd.cs
- SqlDataSourceConfigureFilterForm.cs
- StrongNameUtility.cs
- WebPartManagerInternals.cs
- GroupByExpressionRewriter.cs
- VersionUtil.cs
- TextEmbeddedObject.cs
- GetWinFXPath.cs
- TablePattern.cs
- XPathSingletonIterator.cs
- SettingsProperty.cs