Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- CharacterShapingProperties.cs
- StdValidatorsAndConverters.cs
- OrderByQueryOptionExpression.cs
- IdentityHolder.cs
- ListContractAdapter.cs
- PagedControl.cs
- ResolveCriteria11.cs
- MSAAWinEventWrap.cs
- IisTraceWebEventProvider.cs
- ConstructorExpr.cs
- FileRegion.cs
- EndpointAddressMessageFilterTable.cs
- SrgsOneOf.cs
- MatrixAnimationUsingPath.cs
- Pointer.cs
- Parameter.cs
- XamlReader.cs
- DragDrop.cs
- StyleXamlParser.cs
- ManagedCodeMarkers.cs
- SoapExtensionStream.cs
- ForeignKeyFactory.cs
- DataGridViewLinkColumn.cs
- Soap12ProtocolReflector.cs
- storepermissionattribute.cs
- BinaryParser.cs
- TriggerAction.cs
- PopupRootAutomationPeer.cs
- OneToOneMappingSerializer.cs
- NeedSkipTokenVisitor.cs
- Stroke2.cs
- StringBlob.cs
- Stroke2.cs
- InkCanvasAutomationPeer.cs
- Attributes.cs
- TTSEngineTypes.cs
- _ListenerResponseStream.cs
- UpdateCompiler.cs
- EntityViewGenerator.cs
- ObjRef.cs
- DBCSCodePageEncoding.cs
- ExceptionAggregator.cs
- Hashtable.cs
- InvokeGenerator.cs
- LongCountAggregationOperator.cs
- DBConnection.cs
- SafeNativeMemoryHandle.cs
- HttpConfigurationSystem.cs
- XmlSchemaObjectCollection.cs
- AdapterSwitches.cs
- HandlerFactoryWrapper.cs
- XmlCharType.cs
- FunctionNode.cs
- NumberFormatInfo.cs
- CompilerCollection.cs
- DataProtection.cs
- PrivateFontCollection.cs
- LayoutSettings.cs
- DecimalStorage.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- CallTemplateAction.cs
- RegexReplacement.cs
- LabelEditEvent.cs
- HtmlHead.cs
- GridViewPageEventArgs.cs
- CLRBindingWorker.cs
- ContextMenuService.cs
- DataExpression.cs
- ScriptResourceDefinition.cs
- StructuredTypeInfo.cs
- ListItemCollection.cs
- ClaimTypes.cs
- DataGridColumn.cs
- ProgressBarRenderer.cs
- ClientConfigurationHost.cs
- XmlSchemaAttribute.cs
- ToolBarButton.cs
- ping.cs
- DesignerView.xaml.cs
- MessageContractExporter.cs
- XsdBuildProvider.cs
- TypeSystemHelpers.cs
- GeneralTransform3DTo2D.cs
- TextBounds.cs
- HwndMouseInputProvider.cs
- TemplateParser.cs
- MemberPath.cs
- DBConnectionString.cs
- WindowsRichEdit.cs
- RawMouseInputReport.cs
- CombinedGeometry.cs
- TemplateXamlParser.cs
- SequenceNumber.cs
- KeyProperty.cs
- DataTablePropertyDescriptor.cs
- SourceInterpreter.cs
- SafeRightsManagementEnvironmentHandle.cs
- XmlDocumentType.cs
- UnsafeMethods.cs
- RadioButtonFlatAdapter.cs