Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScriptReference.cs
- ImportException.cs
- UndoManager.cs
- ClientOptions.cs
- ParserContext.cs
- XmlnsDictionary.cs
- BitmapCache.cs
- ParenthesizePropertyNameAttribute.cs
- ColumnWidthChangedEvent.cs
- LinkLabelLinkClickedEvent.cs
- BooleanToVisibilityConverter.cs
- OrderedDictionary.cs
- ConfigurationSectionCollection.cs
- HwndStylusInputProvider.cs
- TrackingValidationObjectDictionary.cs
- PreservationFileReader.cs
- TypedTableBase.cs
- RecognizerStateChangedEventArgs.cs
- SafeNativeMethodsCLR.cs
- FileChangeNotifier.cs
- CardSpacePolicyElement.cs
- Stack.cs
- DataGridViewColumnTypeEditor.cs
- HandledEventArgs.cs
- SerializationException.cs
- BindingContext.cs
- CodeFieldReferenceExpression.cs
- CompilerTypeWithParams.cs
- WebPartCloseVerb.cs
- MetafileEditor.cs
- MethodCallConverter.cs
- HttpWrapper.cs
- CollectionAdapters.cs
- MethodExpression.cs
- DataGridViewCellLinkedList.cs
- CharEnumerator.cs
- PropertyEmitterBase.cs
- MasterPageParser.cs
- XmlSchema.cs
- Object.cs
- BitHelper.cs
- XmlNodeChangedEventArgs.cs
- SQLDecimal.cs
- ProviderException.cs
- ObjectMemberMapping.cs
- ColumnPropertiesGroup.cs
- SessionPageStateSection.cs
- WindowsTitleBar.cs
- ListMarkerLine.cs
- StrongNamePublicKeyBlob.cs
- ListMarkerSourceInfo.cs
- EmbeddedMailObjectCollectionEditor.cs
- UnionExpr.cs
- FieldNameLookup.cs
- ClientRoleProvider.cs
- ExpressionNode.cs
- WorkflowViewService.cs
- HtmlLinkAdapter.cs
- UrlAuthorizationModule.cs
- XPathNavigator.cs
- FrameworkContentElement.cs
- AccessDataSourceView.cs
- ClientConfigPaths.cs
- OLEDB_Util.cs
- CompositeDispatchFormatter.cs
- PlainXmlDeserializer.cs
- SqlPersonalizationProvider.cs
- DbParameterCollectionHelper.cs
- SamlConstants.cs
- precedingquery.cs
- XamlStream.cs
- ToolStripItem.cs
- TreeViewDataItemAutomationPeer.cs
- Button.cs
- BinaryMethodMessage.cs
- BulletedList.cs
- ObjectParameterCollection.cs
- Range.cs
- RadioButton.cs
- OleDbEnumerator.cs
- ListView.cs
- SafeThreadHandle.cs
- TextEditorTables.cs
- ProtocolsConfiguration.cs
- TemplateBindingExpression.cs
- __Error.cs
- Base64Stream.cs
- RuntimeEnvironment.cs
- CryptoHelper.cs
- DynamicRendererThreadManager.cs
- XmlSiteMapProvider.cs
- ImageList.cs
- TraceInternal.cs
- ConfigViewGenerator.cs
- ServiceAppDomainAssociationProvider.cs
- WindowsTreeView.cs
- ParserStreamGeometryContext.cs
- HostUtils.cs
- SecUtil.cs
- UrlParameterWriter.cs