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
- SqlUtils.cs
- BuildProvider.cs
- ErrorStyle.cs
- messageonlyhwndwrapper.cs
- StringAnimationBase.cs
- ZoneButton.cs
- DataColumnMappingCollection.cs
- EntityRecordInfo.cs
- LicenseException.cs
- AssemblyInfo.cs
- WebRequest.cs
- formatter.cs
- CollectionViewSource.cs
- SmiContextFactory.cs
- ValidatorCollection.cs
- StatusBarItemAutomationPeer.cs
- AuthenticationModuleElement.cs
- DrawingContext.cs
- SourceChangedEventArgs.cs
- FormViewDeleteEventArgs.cs
- StateChangeEvent.cs
- DurationConverter.cs
- IntPtr.cs
- CompareInfo.cs
- EntitySetBase.cs
- ScrollPattern.cs
- WebConfigurationHost.cs
- DynamicObjectAccessor.cs
- IsolatedStorageException.cs
- GridViewHeaderRowPresenter.cs
- DragDrop.cs
- TextTreeTextBlock.cs
- SecurityState.cs
- XmlEventCache.cs
- LookupNode.cs
- figurelengthconverter.cs
- RegexReplacement.cs
- _OSSOCK.cs
- HotSpot.cs
- ConfigurationStrings.cs
- DataView.cs
- DataRowChangeEvent.cs
- UIServiceHelper.cs
- ExpressionPrefixAttribute.cs
- StructuralObject.cs
- IWorkflowDebuggerService.cs
- Context.cs
- StoreItemCollection.cs
- HttpModuleActionCollection.cs
- WebInvokeAttribute.cs
- SqlRemoveConstantOrderBy.cs
- ControlBuilderAttribute.cs
- ServiceDefaults.cs
- SqlException.cs
- BamlRecordReader.cs
- DrawingServices.cs
- ParameterRetriever.cs
- LinkClickEvent.cs
- CheckBoxList.cs
- MergablePropertyAttribute.cs
- TextLineResult.cs
- InvalidEnumArgumentException.cs
- UnsafeNativeMethods.cs
- HtmlContainerControl.cs
- QueryAccessibilityHelpEvent.cs
- LabelLiteral.cs
- ResXBuildProvider.cs
- XslAstAnalyzer.cs
- PrefixQName.cs
- SpellerInterop.cs
- CodeAttributeArgument.cs
- InheritedPropertyChangedEventArgs.cs
- CompositeScriptReference.cs
- XmlElementAttribute.cs
- SafeFileMappingHandle.cs
- RijndaelManaged.cs
- LoginView.cs
- CodeTypeConstructor.cs
- ExtractCollection.cs
- FormsAuthenticationConfiguration.cs
- Int32AnimationBase.cs
- GAC.cs
- CapabilitiesSection.cs
- ConsoleKeyInfo.cs
- Int32Storage.cs
- StrokeNodeOperations.cs
- ZipPackage.cs
- XmlILConstructAnalyzer.cs
- ThemeableAttribute.cs
- QilXmlWriter.cs
- UnsafeNativeMethods.cs
- GridView.cs
- XmlName.cs
- SoapReflectionImporter.cs
- RegistrySecurity.cs
- PauseStoryboard.cs
- AutomationIdentifier.cs
- SkinBuilder.cs
- ScriptReference.cs
- MappedMetaModel.cs