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
- QuaternionValueSerializer.cs
- TextFormatter.cs
- StoryFragments.cs
- ImageListImage.cs
- InternalConfigConfigurationFactory.cs
- ApplicationServiceHelper.cs
- ObjectDisposedException.cs
- MultiTouchSystemGestureLogic.cs
- PropertyGroupDescription.cs
- SizeAnimationBase.cs
- PrimitiveDataContract.cs
- PageCache.cs
- AuthStoreRoleProvider.cs
- XmlDataSourceNodeDescriptor.cs
- safePerfProviderHandle.cs
- JournalEntry.cs
- Size.cs
- DictionaryTraceRecord.cs
- FocusTracker.cs
- FamilyMap.cs
- LinkArea.cs
- BoundField.cs
- SmtpTransport.cs
- ClassData.cs
- CodeAttributeArgumentCollection.cs
- DataPager.cs
- MemberProjectionIndex.cs
- EditorPartCollection.cs
- WebConfigurationFileMap.cs
- ValueType.cs
- UniqueEventHelper.cs
- TraceSection.cs
- MailDefinition.cs
- ApplicationHost.cs
- Base64Stream.cs
- DefaultAssemblyResolver.cs
- MobileUITypeEditor.cs
- EventArgs.cs
- ControlCollection.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- HtmlMeta.cs
- DependencyPropertyValueSerializer.cs
- TransactionFlowOption.cs
- SByteConverter.cs
- DSACryptoServiceProvider.cs
- TraceEventCache.cs
- HyperLinkColumn.cs
- Crc32Helper.cs
- DrawingVisualDrawingContext.cs
- ComponentEditorPage.cs
- StandardCommands.cs
- OdbcParameter.cs
- TextContainerChangeEventArgs.cs
- IconConverter.cs
- CodeCatchClauseCollection.cs
- LocatorGroup.cs
- Collection.cs
- DayRenderEvent.cs
- StrokeCollection2.cs
- RefExpr.cs
- StateFinalizationDesigner.cs
- WebBrowser.cs
- StreamGeometryContext.cs
- ScopedKnownTypes.cs
- DeflateInput.cs
- EnumerableValidator.cs
- PauseStoryboard.cs
- SqlTriggerAttribute.cs
- RepeaterItem.cs
- EngineSiteSapi.cs
- BasicCommandTreeVisitor.cs
- WindowsGraphicsCacheManager.cs
- DirectoryLocalQuery.cs
- X509Certificate.cs
- KerberosReceiverSecurityToken.cs
- MimeMultiPart.cs
- SystemNetworkInterface.cs
- BezierSegment.cs
- WindowsFormsSynchronizationContext.cs
- RequiredAttributeAttribute.cs
- Repeater.cs
- DataControlFieldHeaderCell.cs
- BindingGraph.cs
- NonClientArea.cs
- DataList.cs
- SmiTypedGetterSetter.cs
- InfiniteIntConverter.cs
- AnimationClockResource.cs
- AppliedDeviceFiltersEditor.cs
- COM2PictureConverter.cs
- ConfigXmlWhitespace.cs
- TypeConverter.cs
- UnSafeCharBuffer.cs
- ModelVisual3D.cs
- QueuePathDialog.cs
- SmiXetterAccessMap.cs
- XmlSchemaRedefine.cs
- XPathDocumentBuilder.cs
- TemplatedMailWebEventProvider.cs
- HttpListener.cs