Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / System / Windows / Threading / DispatcherEventArgs.cs / 1 / DispatcherEventArgs.cs
using System; namespace System.Windows.Threading { ////// Base class for all event arguments associated with a ///. /// public class DispatcherEventArgs : EventArgs { /// /// The ///associated with this event. /// public Dispatcher Dispatcher { get { return _dispatcher; } } internal DispatcherEventArgs(Dispatcher dispatcher) { _dispatcher = dispatcher; } private Dispatcher _dispatcher; } } // 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
- WpfGeneratedKnownProperties.cs
- SortFieldComparer.cs
- QuaternionAnimation.cs
- BasicCellRelation.cs
- XmlNodeList.cs
- SessionState.cs
- ComboBox.cs
- CookielessHelper.cs
- AtomParser.cs
- CapabilitiesPattern.cs
- CompileXomlTask.cs
- VirtualPathProvider.cs
- WindowsListViewScroll.cs
- MetadataArtifactLoaderComposite.cs
- ServiceOperationParameter.cs
- Int16Converter.cs
- SchemaImporterExtension.cs
- CultureInfo.cs
- TemplateAction.cs
- QilTargetType.cs
- PreservationFileWriter.cs
- WebBrowserHelper.cs
- CodeLabeledStatement.cs
- DirectoryObjectSecurity.cs
- DesignerActionUIStateChangeEventArgs.cs
- ComponentChangingEvent.cs
- RawUIStateInputReport.cs
- OpCodes.cs
- NameSpaceEvent.cs
- PtsPage.cs
- RetriableClipboard.cs
- LinqDataSourceHelper.cs
- WpfPayload.cs
- RemotingServices.cs
- JoinTreeSlot.cs
- FormClosedEvent.cs
- EncryptedPackageFilter.cs
- XmlHelper.cs
- DropShadowBitmapEffect.cs
- ListViewAutomationPeer.cs
- ExpressionConverter.cs
- SafeMarshalContext.cs
- SiteMapNodeItemEventArgs.cs
- GridPattern.cs
- StateManagedCollection.cs
- XmlCDATASection.cs
- FullTrustAssembliesSection.cs
- DbParameterCollection.cs
- _DigestClient.cs
- BehaviorEditorPart.cs
- FrameworkElementFactory.cs
- ExpressionVisitor.cs
- ClientType.cs
- EventSinkActivityDesigner.cs
- RepeaterDesigner.cs
- ModifierKeysValueSerializer.cs
- ReadWriteObjectLock.cs
- ScriptDescriptor.cs
- _LocalDataStore.cs
- DomNameTable.cs
- RequestResizeEvent.cs
- RuntimeTrackingProfile.cs
- RewritingSimplifier.cs
- CapabilitiesUse.cs
- ObjectListCommandEventArgs.cs
- VerticalAlignConverter.cs
- Context.cs
- Transform3DGroup.cs
- ConsoleKeyInfo.cs
- LassoSelectionBehavior.cs
- AdjustableArrowCap.cs
- MobileErrorInfo.cs
- GCHandleCookieTable.cs
- PropertyValueUIItem.cs
- Timeline.cs
- ContentValidator.cs
- CellPartitioner.cs
- XmlExtensionFunction.cs
- ValidationVisibilityAttribute.cs
- FilteredXmlReader.cs
- CallbackValidatorAttribute.cs
- TagMapInfo.cs
- LogAppendAsyncResult.cs
- MulticastIPAddressInformationCollection.cs
- SimpleWebHandlerParser.cs
- DataViewSettingCollection.cs
- HttpListenerResponse.cs
- EnvelopedPkcs7.cs
- QilStrConcat.cs
- ActivityCodeGenerator.cs
- WinFormsUtils.cs
- HandlerMappingMemo.cs
- CompressionTransform.cs
- ProfileSettings.cs
- UiaCoreProviderApi.cs
- Soap.cs
- _TLSstream.cs
- CaseInsensitiveHashCodeProvider.cs
- IntegerFacetDescriptionElement.cs
- BuildProviderUtils.cs