Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DateTimeSerializationSection.cs
- RegexReplacement.cs
- WebPartEditorApplyVerb.cs
- WebBrowser.cs
- Maps.cs
- SingleObjectCollection.cs
- AutomationElement.cs
- EventsTab.cs
- SkewTransform.cs
- RepeaterItem.cs
- XDRSchema.cs
- WebMessageFormatHelper.cs
- cookie.cs
- ObjectHandle.cs
- GradientStop.cs
- CollectionDataContract.cs
- TdsParameterSetter.cs
- SoapTypeAttribute.cs
- ServiceProviders.cs
- FixedFlowMap.cs
- ZipIOBlockManager.cs
- ZoneButton.cs
- ChannelBinding.cs
- PointAnimationUsingPath.cs
- WebPartDisplayModeCancelEventArgs.cs
- EncodingStreamWrapper.cs
- DataSourceView.cs
- DataRowView.cs
- BaseValidator.cs
- ContentType.cs
- DataGrid.cs
- PolicyLevel.cs
- RSAPKCS1SignatureDeformatter.cs
- SyntaxCheck.cs
- HttpHandlerActionCollection.cs
- LoginStatusDesigner.cs
- IteratorFilter.cs
- DataGridViewColumnTypePicker.cs
- CheckBoxPopupAdapter.cs
- baseaxisquery.cs
- TimerElapsedEvenArgs.cs
- XomlCompilerParameters.cs
- NavigatorInput.cs
- EntitySetRetriever.cs
- WorkflowInstanceProvider.cs
- NullableIntSumAggregationOperator.cs
- SettingsPropertyIsReadOnlyException.cs
- ExceptionUtil.cs
- DeobfuscatingStream.cs
- Int32CollectionValueSerializer.cs
- GridItemCollection.cs
- Binding.cs
- XamlReaderHelper.cs
- AddressUtility.cs
- SimpleWebHandlerParser.cs
- PrimitiveType.cs
- UnitySerializationHolder.cs
- DoubleLink.cs
- ELinqQueryState.cs
- QueryOptionExpression.cs
- BackgroundFormatInfo.cs
- TextBoxBase.cs
- QueryableDataSourceHelper.cs
- MergeExecutor.cs
- Console.cs
- Trigger.cs
- XmlSchemaExporter.cs
- MailSettingsSection.cs
- MaskedTextProvider.cs
- CompilerGeneratedAttribute.cs
- Suspend.cs
- RoutedEvent.cs
- baseaxisquery.cs
- SelectionEditor.cs
- CompositeDataBoundControl.cs
- RadialGradientBrush.cs
- SqlBinder.cs
- SqlProcedureAttribute.cs
- ObjectDataSourceMethodEventArgs.cs
- CatchBlock.cs
- PassportPrincipal.cs
- HtmlTitle.cs
- AmbiguousMatchException.cs
- SingleObjectCollection.cs
- ScopeCollection.cs
- FontInfo.cs
- Int64KeyFrameCollection.cs
- CounterSet.cs
- ComplexTypeEmitter.cs
- OverflowException.cs
- Keyboard.cs
- StrokeCollection2.cs
- PageRequestManager.cs
- DocumentScope.cs
- ReadOnlyTernaryTree.cs
- EdmProviderManifest.cs
- FamilyMapCollection.cs
- DataGridViewCellMouseEventArgs.cs
- CodeDirectiveCollection.cs
- EdmProviderManifest.cs