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
- SqlDataSourceConfigureSortForm.cs
- VirtualPathData.cs
- SingleConverter.cs
- StyleModeStack.cs
- WebColorConverter.cs
- URLString.cs
- FontSource.cs
- LicenseProviderAttribute.cs
- ValidationSummary.cs
- TrustManager.cs
- ColorConvertedBitmap.cs
- DeflateStreamAsyncResult.cs
- ExpressionEditorAttribute.cs
- Int32CollectionValueSerializer.cs
- PrinterUnitConvert.cs
- UnsafeNetInfoNativeMethods.cs
- ProxyAttribute.cs
- SchemaComplexType.cs
- NopReturnReader.cs
- RequestCachingSection.cs
- CasesDictionary.cs
- ValidationErrorCollection.cs
- WebPartCatalogAddVerb.cs
- DateTimeUtil.cs
- StrongTypingException.cs
- HtmlElementCollection.cs
- TextTreeTextElementNode.cs
- ConnectionPointConverter.cs
- ServicePoint.cs
- LayoutTable.cs
- PlatformCulture.cs
- DataException.cs
- XmlText.cs
- GridViewHeaderRowPresenter.cs
- XXXOnTypeBuilderInstantiation.cs
- AttributeSetAction.cs
- TextTrailingCharacterEllipsis.cs
- TextEndOfParagraph.cs
- ReliableDuplexSessionChannel.cs
- SplitterCancelEvent.cs
- PingOptions.cs
- SqlConnectionPoolGroupProviderInfo.cs
- XmlCollation.cs
- EncodingTable.cs
- AsyncPostBackErrorEventArgs.cs
- SpecialFolderEnumConverter.cs
- TCPClient.cs
- securitycriticaldataClass.cs
- X500Name.cs
- PropertyPath.cs
- XsltLibrary.cs
- GcHandle.cs
- BinaryObjectInfo.cs
- ReferentialConstraint.cs
- MethodToken.cs
- Activator.cs
- HtmlHead.cs
- securitycriticaldata.cs
- BaseTreeIterator.cs
- ArrayWithOffset.cs
- SqlBuffer.cs
- Pen.cs
- FtpRequestCacheValidator.cs
- QuestionEventArgs.cs
- DataTemplateSelector.cs
- EntityDataSourceContextDisposingEventArgs.cs
- SimpleApplicationHost.cs
- WithParamAction.cs
- SpecularMaterial.cs
- RangeEnumerable.cs
- EntityDataSourceEntityTypeFilterItem.cs
- PassportAuthenticationEventArgs.cs
- DataConnectionHelper.cs
- CompilationLock.cs
- Control.cs
- Metafile.cs
- CookieProtection.cs
- InputScope.cs
- MachineKeyConverter.cs
- GreenMethods.cs
- WebSysDefaultValueAttribute.cs
- MenuItemStyleCollection.cs
- ParentControlDesigner.cs
- QilTypeChecker.cs
- AbsoluteQuery.cs
- InputScopeConverter.cs
- SmiEventStream.cs
- DrawingAttributes.cs
- DataServiceStreamResponse.cs
- CatalogZoneBase.cs
- WebBrowserNavigatingEventHandler.cs
- TableStyle.cs
- SafeNativeMethodsOther.cs
- LiteralControl.cs
- EntityDataSourceConfigureObjectContext.cs
- PersonalizablePropertyEntry.cs
- ConsumerConnectionPoint.cs
- VirtualizingPanel.cs
- UDPClient.cs
- XmlAttributeHolder.cs