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
- ComponentResourceManager.cs
- TextServicesCompartment.cs
- SweepDirectionValidation.cs
- SQLByteStorage.cs
- AppDomainManager.cs
- PageContent.cs
- Vector3D.cs
- Calendar.cs
- InkCanvasFeedbackAdorner.cs
- AuthenticationService.cs
- UIElementHelper.cs
- FileDetails.cs
- MarkupCompilePass2.cs
- XmlStreamedByteStreamReader.cs
- String.cs
- FlatButtonAppearance.cs
- SafeNativeMethods.cs
- HashLookup.cs
- TableLayoutColumnStyleCollection.cs
- ClientScriptManagerWrapper.cs
- ExchangeUtilities.cs
- EntityTypeEmitter.cs
- AttributeCollection.cs
- Int32Rect.cs
- GuidConverter.cs
- UnionExpr.cs
- TimelineClockCollection.cs
- HandlerBase.cs
- XPathNodePointer.cs
- VirtualPathUtility.cs
- ColorContext.cs
- TdsParserStateObject.cs
- ZipFileInfoCollection.cs
- StatusBarItem.cs
- MarkupExtensionParser.cs
- ScrollData.cs
- AbstractSvcMapFileLoader.cs
- TrackingProvider.cs
- ZipIOModeEnforcingStream.cs
- CodeCompileUnit.cs
- FormViewInsertEventArgs.cs
- FormatterConverter.cs
- querybuilder.cs
- MetadataWorkspace.cs
- ComPlusDiagnosticTraceRecords.cs
- DetailsViewRowCollection.cs
- CategoryAttribute.cs
- ContentControl.cs
- CompilerErrorCollection.cs
- ValueSerializerAttribute.cs
- DoWorkEventArgs.cs
- SystemIPInterfaceProperties.cs
- IUnknownConstantAttribute.cs
- backend.cs
- SchemaMapping.cs
- PrintDialogException.cs
- PolygonHotSpot.cs
- ViewManagerAttribute.cs
- CacheHelper.cs
- Matrix.cs
- xmlsaver.cs
- EdmScalarPropertyAttribute.cs
- EnglishPluralizationService.cs
- WsdlEndpointConversionContext.cs
- BmpBitmapDecoder.cs
- ComponentResourceKeyConverter.cs
- ObjectItemAttributeAssemblyLoader.cs
- MailDefinition.cs
- Calendar.cs
- ObjectHelper.cs
- HttpResponseHeader.cs
- LogReservationCollection.cs
- ListViewGroupItemCollection.cs
- RuleSetCollection.cs
- Module.cs
- NonSerializedAttribute.cs
- Int16AnimationBase.cs
- ValueTypeFixupInfo.cs
- SessionStateSection.cs
- AggregateNode.cs
- RsaSecurityTokenAuthenticator.cs
- CapabilitiesUse.cs
- GenerateHelper.cs
- EditCommandColumn.cs
- CrossAppDomainChannel.cs
- NativeObjectSecurity.cs
- StringResourceManager.cs
- DataRelationCollection.cs
- XmlArrayItemAttributes.cs
- ScrollViewerAutomationPeer.cs
- AxisAngleRotation3D.cs
- TextRangeEditTables.cs
- ErrorRuntimeConfig.cs
- CreatingCookieEventArgs.cs
- TraceSection.cs
- ListItemParagraph.cs
- Timer.cs
- TdsParameterSetter.cs
- PropertyDescriptorGridEntry.cs
- ProfileSettingsCollection.cs