Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Threading / DispatcherHookEventArgs.cs / 1305600 / DispatcherHookEventArgs.cs
namespace System.Windows.Threading { ////// Additional information provided about a dispatcher. /// public sealed class DispatcherHookEventArgs : EventArgs { ////// Constructs an instance of the DispatcherHookEventArgs class. /// /// /// The operation in question. /// public DispatcherHookEventArgs(DispatcherOperation operation) { _operation = operation; } ////// The dispatcher effected. /// public Dispatcher Dispatcher { get { return _operation != null ? _operation.Dispatcher : null; } } ////// The operation effected. /// public DispatcherOperation Operation { get { return _operation; } } private DispatcherOperation _operation; } ////// The handler for the DispatcherHookEventArgs. /// public delegate void DispatcherHookEventHandler(object sender, DispatcherHookEventArgs e); } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Windows.Threading { ////// Additional information provided about a dispatcher. /// public sealed class DispatcherHookEventArgs : EventArgs { ////// Constructs an instance of the DispatcherHookEventArgs class. /// /// /// The operation in question. /// public DispatcherHookEventArgs(DispatcherOperation operation) { _operation = operation; } ////// The dispatcher effected. /// public Dispatcher Dispatcher { get { return _operation != null ? _operation.Dispatcher : null; } } ////// The operation effected. /// public DispatcherOperation Operation { get { return _operation; } } private DispatcherOperation _operation; } ////// The handler for the DispatcherHookEventArgs. /// public delegate void DispatcherHookEventHandler(object sender, DispatcherHookEventArgs e); } // 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
- Wildcard.cs
- InstalledVoice.cs
- ButtonAutomationPeer.cs
- _NegoStream.cs
- SByteConverter.cs
- BooleanStorage.cs
- AnnotationResourceChangedEventArgs.cs
- ThicknessAnimation.cs
- DataBindingCollectionEditor.cs
- CodeAttributeDeclarationCollection.cs
- webeventbuffer.cs
- categoryentry.cs
- IisTraceListener.cs
- LoginUtil.cs
- oledbconnectionstring.cs
- IndentTextWriter.cs
- BasicHttpSecurity.cs
- GroupDescription.cs
- EDesignUtil.cs
- XmlCharType.cs
- LinqDataSourceUpdateEventArgs.cs
- SqlExpressionNullability.cs
- DaylightTime.cs
- TextSimpleMarkerProperties.cs
- FixedPageStructure.cs
- CodeComment.cs
- KerberosTicketHashIdentifierClause.cs
- SimpleApplicationHost.cs
- ScrollBarAutomationPeer.cs
- AssemblyHash.cs
- DataServiceRequestOfT.cs
- Transform.cs
- CustomErrorCollection.cs
- MetabaseSettingsIis7.cs
- StylusEditingBehavior.cs
- DiscoveryCallbackBehavior.cs
- OverrideMode.cs
- ResourceWriter.cs
- MonitoringDescriptionAttribute.cs
- Vector3DAnimation.cs
- WebPartCatalogAddVerb.cs
- DataGridToolTip.cs
- Animatable.cs
- ParallelTimeline.cs
- FileDialog_Vista.cs
- FatalException.cs
- BindValidationContext.cs
- HiddenField.cs
- LinqDataSourceContextEventArgs.cs
- HtmlImage.cs
- FontDriver.cs
- SecurityChannelFaultConverter.cs
- BadImageFormatException.cs
- HttpProfileBase.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- DataPager.cs
- MissingSatelliteAssemblyException.cs
- RepeatInfo.cs
- PrimitiveCodeDomSerializer.cs
- ColumnHeaderConverter.cs
- DefaultValueConverter.cs
- TextRangeAdaptor.cs
- MarkerProperties.cs
- SamlAssertion.cs
- EnumerableRowCollection.cs
- Cell.cs
- StreamAsIStream.cs
- CodeTypeParameter.cs
- XsdBuildProvider.cs
- StructuralComparisons.cs
- ApplicationFileParser.cs
- DataListItemEventArgs.cs
- Section.cs
- DbConnectionPoolOptions.cs
- ProgramNode.cs
- RegexGroupCollection.cs
- Int32RectConverter.cs
- WriteFileContext.cs
- RegistrySecurity.cs
- SparseMemoryStream.cs
- RawStylusInputCustomData.cs
- SingleConverter.cs
- SerTrace.cs
- CutCopyPasteHelper.cs
- UdpTransportSettings.cs
- ImageButton.cs
- ButtonFlatAdapter.cs
- Style.cs
- ArgumentOutOfRangeException.cs
- QuaternionRotation3D.cs
- MenuEventArgs.cs
- IncrementalReadDecoders.cs
- WebPartDisplayModeCollection.cs
- DataGridViewLinkCell.cs
- Update.cs
- ReflectTypeDescriptionProvider.cs
- SQLDateTime.cs
- HtmlTernaryTree.cs
- CurrentChangingEventArgs.cs
- Function.cs