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
- DesignObjectWrapper.cs
- ToolStripRenderEventArgs.cs
- TreeViewItem.cs
- SrgsSemanticInterpretationTag.cs
- CollectionEditorDialog.cs
- TrackingProfileDeserializationException.cs
- XmlSubtreeReader.cs
- CustomError.cs
- HashMembershipCondition.cs
- BrushMappingModeValidation.cs
- ColumnWidthChangedEvent.cs
- CodeDirectoryCompiler.cs
- ObjectCloneHelper.cs
- Transform3DGroup.cs
- DataMember.cs
- EtwTrackingParticipant.cs
- DocumentSequence.cs
- TemplatePropertyEntry.cs
- UserControl.cs
- ScriptHandlerFactory.cs
- Rotation3D.cs
- ObjectQuery.cs
- DataGridColumnCollection.cs
- FormsAuthenticationConfiguration.cs
- SqlRecordBuffer.cs
- PipelineModuleStepContainer.cs
- OleDbParameterCollection.cs
- DataGrid.cs
- ConfigurationErrorsException.cs
- FixedSOMElement.cs
- SqlFunctionAttribute.cs
- TransformValueSerializer.cs
- TreeNodeCollection.cs
- Point3DCollectionValueSerializer.cs
- ManagementClass.cs
- DesignerAttribute.cs
- BitmapEffectInput.cs
- VariableQuery.cs
- Substitution.cs
- VariableQuery.cs
- SessionEndedEventArgs.cs
- CustomLineCap.cs
- SystemSounds.cs
- HttpCookieCollection.cs
- XmlToDatasetMap.cs
- RelationshipEndMember.cs
- XslTransform.cs
- ContainerControl.cs
- TimeSpanConverter.cs
- FixedDSBuilder.cs
- DoubleAnimationClockResource.cs
- HtmlTableRow.cs
- DescriptionAttribute.cs
- WinInet.cs
- ResXResourceReader.cs
- SmiMetaDataProperty.cs
- WebPartDisplayModeEventArgs.cs
- Window.cs
- ConditionChanges.cs
- DragCompletedEventArgs.cs
- MemberCollection.cs
- HistoryEventArgs.cs
- DataServiceStreamResponse.cs
- XpsViewerException.cs
- WinFormsComponentEditor.cs
- SmtpCommands.cs
- LocalBuilder.cs
- ConfigXmlElement.cs
- CommandManager.cs
- Cell.cs
- SpellerError.cs
- ImpersonateTokenRef.cs
- GacUtil.cs
- FormViewModeEventArgs.cs
- CodeRemoveEventStatement.cs
- EncodingTable.cs
- IndexedWhereQueryOperator.cs
- ModuleBuilderData.cs
- SupportingTokenListenerFactory.cs
- AlignmentXValidation.cs
- VisualStyleInformation.cs
- MouseActionConverter.cs
- CounterSetInstanceCounterDataSet.cs
- Int64KeyFrameCollection.cs
- ConsumerConnectionPoint.cs
- ConfigXmlSignificantWhitespace.cs
- RelationshipEntry.cs
- Double.cs
- MethodBuilderInstantiation.cs
- Attachment.cs
- Form.cs
- SoapEnumAttribute.cs
- RijndaelManaged.cs
- DeflateStream.cs
- ConfigurationPropertyCollection.cs
- NumberFunctions.cs
- AxImporter.cs
- XAMLParseException.cs
- CustomErrorsSectionWrapper.cs
- GridViewPageEventArgs.cs