Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / WorkflowApplicationIdleEventArgs.cs / 1305376 / WorkflowApplicationIdleEventArgs.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System.Activities.Hosting; using System.Collections.ObjectModel; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class WorkflowApplicationIdleEventArgs : WorkflowApplicationEventArgs { ReadOnlyCollectionbookmarks; internal WorkflowApplicationIdleEventArgs(WorkflowApplication application) : base(application) { } public ReadOnlyCollection Bookmarks { get { if (this.bookmarks == null) { this.bookmarks = this.Owner.GetBookmarksForIdle(); } return this.bookmarks; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ReceiveContextCollection.cs
- SqlDependencyUtils.cs
- NetworkStream.cs
- Point3DCollection.cs
- CacheDependency.cs
- HostingEnvironmentException.cs
- PersistencePipeline.cs
- SizeIndependentAnimationStorage.cs
- CheckedListBox.cs
- HostedElements.cs
- SoapExtensionTypeElement.cs
- FilteredDataSetHelper.cs
- SafeRightsManagementEnvironmentHandle.cs
- InvalidDataException.cs
- ConfigurationPermission.cs
- ToolStripOverflowButton.cs
- ReflectionPermission.cs
- Stopwatch.cs
- ThemeDirectoryCompiler.cs
- OleDbParameterCollection.cs
- WebPartDisplayModeEventArgs.cs
- LinearKeyFrames.cs
- OdbcParameterCollection.cs
- ProcessHostConfigUtils.cs
- SqlTrackingWorkflowInstance.cs
- TextServicesDisplayAttribute.cs
- ParenExpr.cs
- Itemizer.cs
- ViewKeyConstraint.cs
- DataGridPagerStyle.cs
- HyperLink.cs
- PartialCachingControl.cs
- ModelPerspective.cs
- WindowsButton.cs
- SendActivityEventArgs.cs
- PathFigure.cs
- AbandonedMutexException.cs
- WorkflowNamespace.cs
- OrderPreservingMergeHelper.cs
- Rect3D.cs
- XmlDomTextWriter.cs
- UnaryNode.cs
- BamlBinaryReader.cs
- Command.cs
- BinHexEncoder.cs
- DoubleLinkListEnumerator.cs
- SoapEnumAttribute.cs
- SqlDataReaderSmi.cs
- RangeEnumerable.cs
- ComponentEditorForm.cs
- NetworkCredential.cs
- UInt16.cs
- ReturnEventArgs.cs
- ObjectSecurityT.cs
- Sentence.cs
- querybuilder.cs
- LinqDataSourceContextEventArgs.cs
- DocumentXmlWriter.cs
- LostFocusEventManager.cs
- ImportContext.cs
- KeyboardDevice.cs
- ArgumentOutOfRangeException.cs
- RegexInterpreter.cs
- TextTreeTextElementNode.cs
- DataSourceSelectArguments.cs
- RectangleF.cs
- FontDriver.cs
- NativeMethods.cs
- EntityCollection.cs
- RuntimeComponentFilter.cs
- UnsafeNativeMethods.cs
- EntityConnection.cs
- DrawingAttributeSerializer.cs
- KeySplineConverter.cs
- SingleAnimationBase.cs
- DataKeyArray.cs
- InkCanvas.cs
- Hyperlink.cs
- HttpCachePolicyWrapper.cs
- Win32SafeHandles.cs
- UITypeEditor.cs
- ProcessModelSection.cs
- AssemblyBuilderData.cs
- ConfigurationValidatorBase.cs
- Activity.cs
- QilDataSource.cs
- MenuItemAutomationPeer.cs
- UIntPtr.cs
- sapiproxy.cs
- MatrixKeyFrameCollection.cs
- HideDisabledControlAdapter.cs
- MonthCalendarDesigner.cs
- UIElementIsland.cs
- TextBoxRenderer.cs
- SortQuery.cs
- DataGridViewColumnTypePicker.cs
- DataSourceControl.cs
- FixedSOMLineRanges.cs
- XmlSchemaAnnotated.cs
- HwndMouseInputProvider.cs