Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- UIAgentAsyncEndRequest.cs
- FocusTracker.cs
- HttpGetProtocolReflector.cs
- TabControl.cs
- ExtenderProvidedPropertyAttribute.cs
- SiteMapNode.cs
- ResourceProviderFactory.cs
- HotSpotCollection.cs
- messageonlyhwndwrapper.cs
- SocketElement.cs
- SimpleMailWebEventProvider.cs
- peersecuritysettings.cs
- FaultReasonText.cs
- PrinterResolution.cs
- PageCodeDomTreeGenerator.cs
- TextTrailingCharacterEllipsis.cs
- HealthMonitoringSectionHelper.cs
- PriorityChain.cs
- ToolStripItemDataObject.cs
- ResXBuildProvider.cs
- externdll.cs
- ToolStripItemGlyph.cs
- WSSecurityJan2004.cs
- EventData.cs
- TreeView.cs
- HelpKeywordAttribute.cs
- AbandonedMutexException.cs
- BinaryWriter.cs
- hresults.cs
- XamlFilter.cs
- RuntimeVariablesExpression.cs
- CodeDOMUtility.cs
- TableDetailsRow.cs
- SqlVisitor.cs
- MultiTouchSystemGestureLogic.cs
- NameValueConfigurationCollection.cs
- Facet.cs
- UInt32.cs
- CachingHintValidation.cs
- CredentialCache.cs
- EmptyElement.cs
- RequestValidator.cs
- DefaultIfEmptyQueryOperator.cs
- XmlDeclaration.cs
- exports.cs
- GroupBoxAutomationPeer.cs
- KeyConstraint.cs
- SystemIPGlobalStatistics.cs
- ForEachAction.cs
- TextTreeUndo.cs
- JsonEncodingStreamWrapper.cs
- DesignerEditorPartChrome.cs
- SafeProcessHandle.cs
- WebServiceTypeData.cs
- C14NUtil.cs
- TypeResolvingOptions.cs
- ComponentCommands.cs
- MetadataFile.cs
- UseAttributeSetsAction.cs
- UserInitiatedNavigationPermission.cs
- Policy.cs
- BatchStream.cs
- MenuEventArgs.cs
- StreamSecurityUpgradeProvider.cs
- ConfigurationLoader.cs
- OleDbException.cs
- TaiwanLunisolarCalendar.cs
- XmlSortKeyAccumulator.cs
- RawKeyboardInputReport.cs
- BaseCollection.cs
- HandlerBase.cs
- KnownBoxes.cs
- MediaTimeline.cs
- TreePrinter.cs
- SerTrace.cs
- ReservationCollection.cs
- TextProperties.cs
- MultiByteCodec.cs
- DrawToolTipEventArgs.cs
- DecoderFallback.cs
- NamespaceDecl.cs
- Int32Animation.cs
- Hyperlink.cs
- XmlDataCollection.cs
- RestClientProxyHandler.cs
- GeometryHitTestParameters.cs
- CompositeCollectionView.cs
- TriggerAction.cs
- FileUpload.cs
- ThreadExceptionEvent.cs
- XamlVector3DCollectionSerializer.cs
- TraceSwitch.cs
- LiteralControl.cs
- ResourceReferenceExpression.cs
- HtmlInputImage.cs
- AmbiguousMatchException.cs
- UpdateManifestForBrowserApplication.cs
- CoreChannel.cs
- Utils.cs
- TabPanel.cs