Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / 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. 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
- TypeConverterMarkupExtension.cs
- ObjectListCommandsPage.cs
- HttpModulesSection.cs
- VirtualPathUtility.cs
- HtmlTableCell.cs
- ValidatorCompatibilityHelper.cs
- DetailsView.cs
- XmlAnyElementAttributes.cs
- InkCanvasInnerCanvas.cs
- PageFunction.cs
- QuaternionAnimation.cs
- XmlWrappingReader.cs
- DiscoveryExceptionDictionary.cs
- DataServiceSaveChangesEventArgs.cs
- DbConvert.cs
- ClientRolePrincipal.cs
- DSASignatureFormatter.cs
- RbTree.cs
- TabItem.cs
- CheckBoxPopupAdapter.cs
- InternalTypeHelper.cs
- designeractionlistschangedeventargs.cs
- XmlSchemaValidationException.cs
- _ConnectOverlappedAsyncResult.cs
- coordinatorscratchpad.cs
- XmlCharCheckingReader.cs
- DependencyProperty.cs
- TableLayoutPanelCellPosition.cs
- ValidationPropertyAttribute.cs
- ModifiableIteratorCollection.cs
- ObfuscationAttribute.cs
- OverlappedAsyncResult.cs
- GridViewSortEventArgs.cs
- MouseDevice.cs
- SoapTypeAttribute.cs
- InputReport.cs
- ImageClickEventArgs.cs
- ErrorInfoXmlDocument.cs
- StreamSecurityUpgradeProvider.cs
- AuthenticationService.cs
- AuthorizationRuleCollection.cs
- Pts.cs
- RuntimeEnvironment.cs
- NamespaceQuery.cs
- ListItemCollection.cs
- DeflateEmulationStream.cs
- ILGenerator.cs
- ComboBoxItem.cs
- DoubleLinkListEnumerator.cs
- DependencyPropertyValueSerializer.cs
- ClrPerspective.cs
- SourceCollection.cs
- BasicCommandTreeVisitor.cs
- DataObjectEventArgs.cs
- Binding.cs
- GridViewDesigner.cs
- PackageFilter.cs
- PageThemeBuildProvider.cs
- ISFTagAndGuidCache.cs
- MimeAnyImporter.cs
- EventProviderWriter.cs
- GeometryValueSerializer.cs
- StylusPointDescription.cs
- DefaultEventAttribute.cs
- RoleManagerSection.cs
- PropertyValueChangedEvent.cs
- ZipArchive.cs
- TempFiles.cs
- SharedPerformanceCounter.cs
- WebConfigurationHostFileChange.cs
- OleDbConnectionInternal.cs
- ToolStripManager.cs
- XMLUtil.cs
- MenuBindingsEditor.cs
- thaishape.cs
- DispatcherEventArgs.cs
- DictionaryEntry.cs
- DataSourceCacheDurationConverter.cs
- COM2ExtendedUITypeEditor.cs
- XmlQueryTypeFactory.cs
- UntrustedRecipientException.cs
- XPathNodeHelper.cs
- ScaleTransform.cs
- StringAttributeCollection.cs
- DurableInstanceManager.cs
- CopyOfAction.cs
- RSAProtectedConfigurationProvider.cs
- SingleKeyFrameCollection.cs
- SetState.cs
- TextFormatterImp.cs
- SynchronizationHandlesCodeDomSerializer.cs
- MaskedTextProvider.cs
- Internal.cs
- _FtpControlStream.cs
- PageDeviceFont.cs
- MachineKeyConverter.cs
- SessionStateSection.cs
- IMembershipProvider.cs
- ChangePassword.cs
- ConditionalAttribute.cs