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
- TransformationRules.cs
- DtdParser.cs
- AutomationPeer.cs
- While.cs
- FileLoadException.cs
- PersistenceTypeAttribute.cs
- StandardCommands.cs
- DataSourceControl.cs
- NativeMethods.cs
- WebUtil.cs
- FullTextBreakpoint.cs
- LinkButton.cs
- PresentationSource.cs
- TrustLevel.cs
- DynamicDocumentPaginator.cs
- OneOfTypeConst.cs
- _SSPIWrapper.cs
- ArraySortHelper.cs
- MorphHelper.cs
- RegistrationServices.cs
- EmbeddedMailObject.cs
- DetailsViewInsertEventArgs.cs
- GeneratedContractType.cs
- PkcsMisc.cs
- Substitution.cs
- ContractType.cs
- AnimationClock.cs
- CollectionViewGroup.cs
- HtmlMobileTextWriter.cs
- ConfigurationErrorsException.cs
- SystemIcons.cs
- SemanticResolver.cs
- ServiceAuthorizationManager.cs
- CorrelationHandle.cs
- WindowsStatusBar.cs
- CancellationToken.cs
- XPathCompileException.cs
- Codec.cs
- UnknownBitmapEncoder.cs
- XmlEncoding.cs
- Rijndael.cs
- LifetimeMonitor.cs
- AppDomain.cs
- ExpressionEditorAttribute.cs
- Bits.cs
- MetadataExchangeBindings.cs
- XMLDiffLoader.cs
- WindowsHyperlink.cs
- SoapAttributeAttribute.cs
- AsyncCompletedEventArgs.cs
- TreeViewDataItemAutomationPeer.cs
- BoolExpr.cs
- DataGridViewMethods.cs
- BmpBitmapDecoder.cs
- SimpleTextLine.cs
- PageRequestManager.cs
- InlineObject.cs
- DataGridViewLinkColumn.cs
- ObjectSpanRewriter.cs
- Faults.cs
- LayoutInformation.cs
- ServiceModelConfigurationSection.cs
- ComAdminInterfaces.cs
- StatusBarDrawItemEvent.cs
- Translator.cs
- IInstanceContextProvider.cs
- ListItemConverter.cs
- AttributeCollection.cs
- Models.cs
- PackageRelationship.cs
- HttpContextWrapper.cs
- VBIdentifierTrimConverter.cs
- StandardOleMarshalObject.cs
- MouseButton.cs
- DataRow.cs
- ErrorFormatter.cs
- AsymmetricKeyExchangeDeformatter.cs
- ImageButton.cs
- DynamicExpression.cs
- ClientTarget.cs
- XmlMessageFormatter.cs
- EventBuilder.cs
- ConstructorBuilder.cs
- ExpandedWrapper.cs
- CompilerGlobalScopeAttribute.cs
- LoginView.cs
- AssemblyResourceLoader.cs
- UserControlAutomationPeer.cs
- XPathNodeHelper.cs
- InternalPolicyElement.cs
- InternalConfigRoot.cs
- ContextConfiguration.cs
- TransportChannelFactory.cs
- OutputCache.cs
- ProcessMessagesAsyncResult.cs
- XmlSchemas.cs
- _Rfc2616CacheValidators.cs
- Color.cs
- ComponentCommands.cs
- BaseTemplatedMobileComponentEditor.cs