Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- XmlSchemaInferenceException.cs
- Error.cs
- ObjectPersistData.cs
- HashStream.cs
- WebPartEditorApplyVerb.cs
- FileDialog.cs
- XpsSerializerFactory.cs
- CategoriesDocumentFormatter.cs
- ObjectDataSourceDisposingEventArgs.cs
- ModelUIElement3D.cs
- RequestQueryParser.cs
- XmlLinkedNode.cs
- __Error.cs
- EmptyStringExpandableObjectConverter.cs
- EditorPartDesigner.cs
- SuppressIldasmAttribute.cs
- AlphaSortedEnumConverter.cs
- DataBindingsDialog.cs
- BamlLocalizableResourceKey.cs
- SrgsElementList.cs
- DetailsViewDesigner.cs
- TextReader.cs
- CellNormalizer.cs
- baseaxisquery.cs
- PermissionAttributes.cs
- WebBrowserContainer.cs
- CodeRemoveEventStatement.cs
- shaperfactory.cs
- Query.cs
- NavigationProperty.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DataControlFieldHeaderCell.cs
- Logging.cs
- StructuredCompositeActivityDesigner.cs
- AttributeEmitter.cs
- QueryOutputWriter.cs
- UrlMapping.cs
- FontSourceCollection.cs
- WebPartHelpVerb.cs
- VirtualPathUtility.cs
- SecurityContext.cs
- WebHttpDispatchOperationSelector.cs
- AuthorizationRuleCollection.cs
- OdbcTransaction.cs
- DataGridViewLinkColumn.cs
- ResourceDisplayNameAttribute.cs
- ComponentEditorForm.cs
- parserscommon.cs
- Fx.cs
- RuleSet.cs
- DataList.cs
- MetadataHelper.cs
- PointConverter.cs
- StreamInfo.cs
- TextServicesContext.cs
- ViewPort3D.cs
- SchemaNotation.cs
- SyndicationSerializer.cs
- HtmlTableRow.cs
- UntypedNullExpression.cs
- RegexReplacement.cs
- SubMenuStyleCollection.cs
- rsa.cs
- PlanCompiler.cs
- BitmapEncoder.cs
- ActiveXHost.cs
- PeerName.cs
- WebPartZone.cs
- ExpressionBuilder.cs
- Random.cs
- CodeTypeDeclarationCollection.cs
- EncryptedData.cs
- ToolStripContainerDesigner.cs
- AutoResetEvent.cs
- ObjectReaderCompiler.cs
- BaseCollection.cs
- SecurityDocument.cs
- listviewsubitemcollectioneditor.cs
- InfiniteTimeSpanConverter.cs
- DetailsViewRow.cs
- CancelAsyncOperationRequest.cs
- Attachment.cs
- HwndSource.cs
- XamlPoint3DCollectionSerializer.cs
- XD.cs
- GrammarBuilderRuleRef.cs
- GraphicsPath.cs
- TreeView.cs
- ObjectHandle.cs
- Geometry3D.cs
- DataGridViewImageCell.cs
- DelegateBodyWriter.cs
- UserControl.cs
- Point3DAnimationBase.cs
- FormsAuthenticationConfiguration.cs
- ByteStorage.cs
- XmlElementAttribute.cs
- ContainerVisual.cs
- Span.cs
- HostedImpersonationContext.cs