Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / Hosting / WorkflowCommandExtensionItem.cs / 1305376 / WorkflowCommandExtensionItem.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation.Hosting { //WorkflowCommandExtensionItem - this class allows user to update each workflow's designer command //(i.e. input gestures collection). user has to provide IWorkflowCommandExtensionCallback implementation //to get notifications flowing in. public sealed class WorkflowCommandExtensionItem : ContextItem { public WorkflowCommandExtensionItem() { } public WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback callback) { if (null == callback) { throw FxTrace.Exception.AsError(new ArgumentNullException("callback")); } this.CommandExtensionCallback = callback; } public override Type ItemType { get { return typeof(WorkflowCommandExtensionItem); } } internal IWorkflowCommandExtensionCallback CommandExtensionCallback { get; private set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation.Hosting { //WorkflowCommandExtensionItem - this class allows user to update each workflow's designer command //(i.e. input gestures collection). user has to provide IWorkflowCommandExtensionCallback implementation //to get notifications flowing in. public sealed class WorkflowCommandExtensionItem : ContextItem { public WorkflowCommandExtensionItem() { } public WorkflowCommandExtensionItem(IWorkflowCommandExtensionCallback callback) { if (null == callback) { throw FxTrace.Exception.AsError(new ArgumentNullException("callback")); } this.CommandExtensionCallback = callback; } public override Type ItemType { get { return typeof(WorkflowCommandExtensionItem); } } internal IWorkflowCommandExtensionCallback CommandExtensionCallback { get; private set; } } } // 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
- Int64.cs
- NameValueSectionHandler.cs
- RepeaterItemEventArgs.cs
- AdRotator.cs
- ItemChangedEventArgs.cs
- Duration.cs
- SqlConnectionPoolGroupProviderInfo.cs
- MeasurementDCInfo.cs
- WebPartEditorCancelVerb.cs
- NextPreviousPagerField.cs
- ServiceContractGenerationContext.cs
- CollectionViewGroupInternal.cs
- ScriptManager.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- ProfileManager.cs
- ModuleBuilderData.cs
- safelink.cs
- SqlCacheDependencySection.cs
- CodeStatementCollection.cs
- GradientBrush.cs
- SafeRegistryKey.cs
- GradientStopCollection.cs
- PropertyGridCommands.cs
- PagesSection.cs
- DataTableReader.cs
- RegistryDataKey.cs
- QueryOperationResponseOfT.cs
- MaskDescriptors.cs
- DocumentXmlWriter.cs
- UdpTransportSettingsElement.cs
- httpapplicationstate.cs
- DataRowChangeEvent.cs
- RequestChannelBinder.cs
- CodeCatchClause.cs
- DataGridViewLinkColumn.cs
- PasswordBox.cs
- TlsSspiNegotiation.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- ButtonBaseAutomationPeer.cs
- URLString.cs
- SchemaAttDef.cs
- WindowsListViewItem.cs
- ImageListImage.cs
- _HTTPDateParse.cs
- SqlDataRecord.cs
- PopOutPanel.cs
- SafeHandle.cs
- Brushes.cs
- NamespaceEmitter.cs
- DesignerUtility.cs
- PerspectiveCamera.cs
- SqlReorderer.cs
- RIPEMD160Managed.cs
- CatalogPart.cs
- TableCellAutomationPeer.cs
- NestedContainer.cs
- SettingsAttributeDictionary.cs
- WindowsTreeView.cs
- ClosureBinding.cs
- MulticastDelegate.cs
- SharedConnectionListener.cs
- AccessibleObject.cs
- ToolStripItemClickedEventArgs.cs
- TriState.cs
- LinearKeyFrames.cs
- Task.cs
- WebPart.cs
- PermissionSet.cs
- PositiveTimeSpanValidatorAttribute.cs
- CriticalExceptions.cs
- TextDecorations.cs
- webclient.cs
- ObjectConverter.cs
- Figure.cs
- HostingEnvironmentException.cs
- HebrewCalendar.cs
- URIFormatException.cs
- MsmqInputMessagePool.cs
- TabletDevice.cs
- DateTimeEditor.cs
- DataRowComparer.cs
- InkPresenterAutomationPeer.cs
- Int64KeyFrameCollection.cs
- DataGrid.cs
- PeerToPeerException.cs
- DataServiceRequestOfT.cs
- bindurihelper.cs
- StrongNameMembershipCondition.cs
- XmlWhitespace.cs
- ServiceElementCollection.cs
- SafeEventLogWriteHandle.cs
- LinqToSqlWrapper.cs
- JsonDeserializer.cs
- UnsafeNativeMethods.cs
- FormViewInsertEventArgs.cs
- UnsafePeerToPeerMethods.cs
- DesignerLoader.cs
- DrawingVisualDrawingContext.cs
- DataServiceRequestOfT.cs
- FormViewRow.cs