Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Threading / DispatcherEventArgs.cs / 1305600 / 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
- SoapObjectInfo.cs
- ProjectedSlot.cs
- AccessViolationException.cs
- XmlNodeChangedEventArgs.cs
- WindowsToolbar.cs
- DiscreteKeyFrames.cs
- XamlReader.cs
- XPathSelfQuery.cs
- EventLogPermissionAttribute.cs
- ConsoleKeyInfo.cs
- BStrWrapper.cs
- WebHttpBehavior.cs
- HttpPostLocalhostServerProtocol.cs
- XmlSchemaDatatype.cs
- ResetableIterator.cs
- XmlValueConverter.cs
- TextChangedEventArgs.cs
- RepeatButton.cs
- EventLogEntryCollection.cs
- CharacterShapingProperties.cs
- MLangCodePageEncoding.cs
- JsonQNameDataContract.cs
- ComAdminInterfaces.cs
- IPPacketInformation.cs
- IteratorDescriptor.cs
- RoleGroupCollection.cs
- BamlLocalizabilityResolver.cs
- SecurityCriticalDataForSet.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- DbProviderSpecificTypePropertyAttribute.cs
- InlineObject.cs
- InkSerializer.cs
- EntityStoreSchemaFilterEntry.cs
- InputQueue.cs
- XamlFxTrace.cs
- ComboBoxItem.cs
- HttpResponse.cs
- DeploymentExceptionMapper.cs
- XsdCachingReader.cs
- StringDictionary.cs
- WebControlsSection.cs
- AnnouncementEndpoint.cs
- XomlCompilerHelpers.cs
- ResXResourceWriter.cs
- SqlStream.cs
- ConnectionManagementElementCollection.cs
- XmlEntityReference.cs
- CultureSpecificCharacterBufferRange.cs
- SimpleBitVector32.cs
- AsymmetricAlgorithm.cs
- Timer.cs
- DataGridColumnEventArgs.cs
- Point4D.cs
- EntityCommandExecutionException.cs
- WebConfigurationFileMap.cs
- CuspData.cs
- CriticalHandle.cs
- PKCS1MaskGenerationMethod.cs
- ConfigXmlText.cs
- Descriptor.cs
- ErrorTolerantObjectWriter.cs
- MLangCodePageEncoding.cs
- Timeline.cs
- ServiceAppDomainAssociationProvider.cs
- BmpBitmapDecoder.cs
- FontFaceLayoutInfo.cs
- DataBindEngine.cs
- LineUtil.cs
- SerializationInfoEnumerator.cs
- ObjectCloneHelper.cs
- InstanceDataCollectionCollection.cs
- SerializationIncompleteException.cs
- CodeCommentStatement.cs
- LocalBuilder.cs
- QuaternionValueSerializer.cs
- printdlgexmarshaler.cs
- GeometryConverter.cs
- XmlSubtreeReader.cs
- Int16Converter.cs
- ServiceThrottlingElement.cs
- GridPatternIdentifiers.cs
- XmlCodeExporter.cs
- WebPartMenu.cs
- ServiceModelExtensionCollectionElement.cs
- StrongNamePublicKeyBlob.cs
- MessageEnumerator.cs
- DeploymentSection.cs
- TextBoxLine.cs
- BindableAttribute.cs
- CurrencyWrapper.cs
- TempFiles.cs
- RelativeSource.cs
- TemplateBuilder.cs
- columnmapkeybuilder.cs
- DirectionalLight.cs
- CompositeFontFamily.cs
- XPathNodeIterator.cs
- InstanceKey.cs
- EventProviderClassic.cs
- PolicyException.cs