Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Base / System / Windows / Threading / DispatcherHookEventArgs.cs / 1 / 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
- BasicKeyConstraint.cs
- PerformanceCounterPermission.cs
- SqlClientFactory.cs
- WpfPayload.cs
- DataGridViewImageCell.cs
- DataSourceProvider.cs
- CodeTypeConstructor.cs
- RegexInterpreter.cs
- TaiwanLunisolarCalendar.cs
- Connection.cs
- RectValueSerializer.cs
- StringReader.cs
- BatchParser.cs
- RelAssertionDirectKeyIdentifierClause.cs
- HttpProfileGroupBase.cs
- MailAddressCollection.cs
- NavigationExpr.cs
- XmlQueryCardinality.cs
- WebMessageEncoderFactory.cs
- Trigger.cs
- WebPartEditorCancelVerb.cs
- Convert.cs
- FileCodeGroup.cs
- SplineQuaternionKeyFrame.cs
- UnsignedPublishLicense.cs
- SQLBinaryStorage.cs
- RijndaelManagedTransform.cs
- DbConnectionInternal.cs
- EntityConnectionStringBuilder.cs
- HtmlTableRow.cs
- ToolStrip.cs
- PerspectiveCamera.cs
- CryptoHandle.cs
- QueryOpeningEnumerator.cs
- MULTI_QI.cs
- WebUtil.cs
- XmlnsDefinitionAttribute.cs
- XmlSerializerVersionAttribute.cs
- SecurityContext.cs
- ListBox.cs
- RegexWriter.cs
- HashMembershipCondition.cs
- ContentType.cs
- DeviceSpecificChoice.cs
- DateTimeConverter2.cs
- OptimisticConcurrencyException.cs
- HttpStreamXmlDictionaryReader.cs
- ServiceHttpModule.cs
- UdpDiscoveryEndpointElement.cs
- WsdlEndpointConversionContext.cs
- ExecutionEngineException.cs
- IdleTimeoutMonitor.cs
- SmtpDigestAuthenticationModule.cs
- TypeSystem.cs
- CompilerGlobalScopeAttribute.cs
- DetailsViewModeEventArgs.cs
- Polyline.cs
- DirectionalLight.cs
- EntityDataSourceSelectedEventArgs.cs
- CollectionTypeElement.cs
- ResumeStoryboard.cs
- ISessionStateStore.cs
- WebSysDescriptionAttribute.cs
- DataMemberFieldEditor.cs
- InitializationEventAttribute.cs
- Effect.cs
- WebPartDisplayModeCollection.cs
- CompositeControlDesigner.cs
- DataKey.cs
- InternalConfigHost.cs
- TypeCollectionDesigner.xaml.cs
- ControlHelper.cs
- LayoutEditorPart.cs
- TextEffect.cs
- DataColumnSelectionConverter.cs
- BitmapEffectInputData.cs
- VisualTreeUtils.cs
- WindowsSolidBrush.cs
- SchemaImporter.cs
- UIntPtr.cs
- Propagator.JoinPropagator.cs
- ImportCatalogPart.cs
- SelectionChangedEventArgs.cs
- Icon.cs
- DiscoveryEndpoint.cs
- IIS7UserPrincipal.cs
- ConsumerConnectionPointCollection.cs
- SymbolMethod.cs
- KnownTypesProvider.cs
- WebPartConnectionCollection.cs
- RecordManager.cs
- BitmapFrameDecode.cs
- XmlStringTable.cs
- ValidationEventArgs.cs
- SynchronizationScope.cs
- ToolStripSplitButton.cs
- RevocationPoint.cs
- Figure.cs
- OracleParameter.cs
- SoapIncludeAttribute.cs