Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- BooleanAnimationUsingKeyFrames.cs
- PaintValueEventArgs.cs
- SqlErrorCollection.cs
- DataGridViewCellValueEventArgs.cs
- ValidationRule.cs
- DataGridViewUtilities.cs
- ConfigurationValidatorAttribute.cs
- HtmlTableRowCollection.cs
- ImageSource.cs
- WebServiceTypeData.cs
- RemotingConfiguration.cs
- LinkTarget.cs
- ArraySegment.cs
- Stylesheet.cs
- XmlElement.cs
- TraceSection.cs
- IndentedWriter.cs
- TypeDescriptor.cs
- FileSystemInfo.cs
- ZipIOFileItemStream.cs
- XMLSchema.cs
- ClientTargetSection.cs
- EdmPropertyAttribute.cs
- ServiceModelExtensionCollectionElement.cs
- DateTimeValueSerializer.cs
- IfAction.cs
- OwnerDrawPropertyBag.cs
- Encoder.cs
- DecoderExceptionFallback.cs
- X509Extension.cs
- PerformanceCounterLib.cs
- QueryContinueDragEvent.cs
- IndependentAnimationStorage.cs
- SecureUICommand.cs
- future.cs
- CorrelationManager.cs
- Storyboard.cs
- CacheDependency.cs
- LoadRetryStrategyFactory.cs
- ResourceLoader.cs
- Polygon.cs
- _OSSOCK.cs
- MenuItemStyle.cs
- PaperSource.cs
- ExpressionVisitorHelpers.cs
- EditingMode.cs
- StandardBindingOptionalReliableSessionElement.cs
- SelectionEditor.cs
- ToolStripCodeDomSerializer.cs
- EntityViewGenerationConstants.cs
- ColumnProvider.cs
- XmlWrappingReader.cs
- ConstraintCollection.cs
- Wizard.cs
- ParseHttpDate.cs
- TraceLog.cs
- UserControl.cs
- RankException.cs
- ObjectAnimationBase.cs
- IconBitmapDecoder.cs
- DataGridViewCellStyle.cs
- BuildManager.cs
- BufferedGraphicsContext.cs
- OleDbParameter.cs
- CollectionView.cs
- DoubleLink.cs
- HtmlInputImage.cs
- TypefaceCollection.cs
- NamedElement.cs
- WindowsTokenRoleProvider.cs
- ListViewInsertedEventArgs.cs
- FormView.cs
- InsufficientMemoryException.cs
- ToolStripItemClickedEventArgs.cs
- MimeObjectFactory.cs
- Timeline.cs
- DependsOnAttribute.cs
- Object.cs
- SelectionWordBreaker.cs
- ToolboxCategory.cs
- SoapClientMessage.cs
- SoapFault.cs
- XPathBuilder.cs
- PartialTrustVisibleAssemblyCollection.cs
- AliasGenerator.cs
- SessionStateModule.cs
- StylusPointProperties.cs
- BitmapInitialize.cs
- ToolbarAUtomationPeer.cs
- RemotingConfigParser.cs
- BinaryObjectWriter.cs
- InstanceDataCollection.cs
- HtmlGenericControl.cs
- DescendentsWalker.cs
- Baml2006Reader.cs
- KeyPullup.cs
- IndexedEnumerable.cs
- Item.cs
- TypedReference.cs
- Freezable.cs