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
- PrintPageEvent.cs
- ImageClickEventArgs.cs
- String.cs
- MdiWindowListItemConverter.cs
- VirtualizingStackPanel.cs
- DataBindingValueUIHandler.cs
- Registry.cs
- CriticalExceptions.cs
- TabControl.cs
- ReaderOutput.cs
- ListBindingConverter.cs
- BamlRecordHelper.cs
- FlagsAttribute.cs
- PointValueSerializer.cs
- BitStream.cs
- MultipartIdentifier.cs
- TimerEventSubscriptionCollection.cs
- SizeChangedInfo.cs
- DelegatedStream.cs
- ServiceNotStartedException.cs
- XmlSchemaAll.cs
- XPathPatternParser.cs
- coordinatorscratchpad.cs
- NetNamedPipeSecurity.cs
- MultiAsyncResult.cs
- ListChangedEventArgs.cs
- ObfuscateAssemblyAttribute.cs
- PerfCounterSection.cs
- RectAnimationUsingKeyFrames.cs
- DocumentPageHost.cs
- ListSurrogate.cs
- Validator.cs
- DataChangedEventManager.cs
- ActivityCodeGenerator.cs
- Image.cs
- TimeEnumHelper.cs
- LinqDataSourceInsertEventArgs.cs
- XslAst.cs
- TypeDelegator.cs
- PropertyValueChangedEvent.cs
- WinFormsSecurity.cs
- UnitySerializationHolder.cs
- DesignerForm.cs
- GridViewUpdateEventArgs.cs
- DefaultTextStoreTextComposition.cs
- WebDisplayNameAttribute.cs
- AttributeEmitter.cs
- TransformValueSerializer.cs
- Catch.cs
- ResolveInfo.cs
- FixedDocumentPaginator.cs
- UriParserTemplates.cs
- Wrapper.cs
- SystemException.cs
- loginstatus.cs
- ipaddressinformationcollection.cs
- DetailsViewModeEventArgs.cs
- CachedPathData.cs
- EdmItemError.cs
- DockingAttribute.cs
- MouseButton.cs
- BinHexEncoder.cs
- autovalidator.cs
- CapabilitiesState.cs
- PixelShader.cs
- CurrentChangingEventArgs.cs
- CaseStatement.cs
- ExpandedWrapper.cs
- StringExpressionSet.cs
- NonDualMessageSecurityOverHttp.cs
- FontNamesConverter.cs
- MultiPageTextView.cs
- HttpCookie.cs
- TextBoxView.cs
- XmlSchemaAppInfo.cs
- DependencyObjectPropertyDescriptor.cs
- FontStyleConverter.cs
- SafeEventLogWriteHandle.cs
- PrintSchema.cs
- _CommandStream.cs
- LineProperties.cs
- AttributeEmitter.cs
- Parser.cs
- CqlWriter.cs
- XmlNamespaceMapping.cs
- autovalidator.cs
- SaveRecipientRequest.cs
- ApplyHostConfigurationBehavior.cs
- ProcessThread.cs
- Action.cs
- XmlSchemaGroupRef.cs
- PropertyConverter.cs
- CqlErrorHelper.cs
- RadioButtonDesigner.cs
- KeyBinding.cs
- ScaleTransform3D.cs
- URLEditor.cs
- ExpandableObjectConverter.cs
- MultipleViewPatternIdentifiers.cs
- OptimalTextSource.cs