Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewCancelEvent.cs / 1 / TreeViewCancelEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeViewCancelEventArgs : CancelEventArgs { private TreeNode node; private TreeViewAction action; ////// Provides data for the ///, /// , /// , /// or event. /// /// /// /// public TreeViewCancelEventArgs(TreeNode node, bool cancel, TreeViewAction action) : base(cancel) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeViewCancelEventArgs : CancelEventArgs { private TreeNode node; private TreeViewAction action; ////// Provides data for the ///, /// , /// , /// or event. /// /// /// /// public TreeViewCancelEventArgs(TreeNode node, bool cancel, TreeViewAction action) : base(cancel) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlDataImplementation.cs
- InkCanvasFeedbackAdorner.cs
- UnknownMessageReceivedEventArgs.cs
- StrokeNodeData.cs
- SimpleWebHandlerParser.cs
- UndoUnit.cs
- GridViewDeleteEventArgs.cs
- BinaryObjectInfo.cs
- GridViewColumn.cs
- GeneralTransform.cs
- FreezableCollection.cs
- BamlLocalizer.cs
- SyndicationElementExtension.cs
- ServiceModelConfiguration.cs
- TextTreeNode.cs
- OptimisticConcurrencyException.cs
- iisPickupDirectory.cs
- DirectoryRootQuery.cs
- Literal.cs
- ComPlusServiceHost.cs
- RoutedEventConverter.cs
- ToolStripLocationCancelEventArgs.cs
- ConnectionManagementElement.cs
- TrackingMemoryStreamFactory.cs
- indexingfiltermarshaler.cs
- Figure.cs
- FileIOPermission.cs
- DataGridTablesFactory.cs
- DnsElement.cs
- KeyNotFoundException.cs
- XmlAttributeCollection.cs
- WebPartHeaderCloseVerb.cs
- DataError.cs
- EntryIndex.cs
- DropShadowEffect.cs
- VisualState.cs
- Transactions.cs
- WorkflowOperationBehavior.cs
- CalendarAutoFormatDialog.cs
- TemplatedAdorner.cs
- UpdateManifestForBrowserApplication.cs
- StylusPoint.cs
- EventSourceCreationData.cs
- PlanCompiler.cs
- RegexGroup.cs
- SystemDiagnosticsSection.cs
- XmlSchemaDatatype.cs
- RecommendedAsConfigurableAttribute.cs
- Hex.cs
- WindowsIdentity.cs
- ContractsBCL.cs
- InvokeProviderWrapper.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- LayoutUtils.cs
- OpCopier.cs
- CapabilitiesState.cs
- AttributeProviderAttribute.cs
- UnionCodeGroup.cs
- InvalidateEvent.cs
- ThreadStaticAttribute.cs
- ReferenceSchema.cs
- SqlNotificationEventArgs.cs
- WrapPanel.cs
- VectorConverter.cs
- SqlTrackingService.cs
- TextBoxAutoCompleteSourceConverter.cs
- DataFormat.cs
- RoleGroup.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- MaterialGroup.cs
- TypeDescriptionProviderAttribute.cs
- TypeUtil.cs
- RoleBoolean.cs
- Guid.cs
- FrameAutomationPeer.cs
- MediaTimeline.cs
- ItemContainerPattern.cs
- TableRowGroup.cs
- Flattener.cs
- MobileListItemCollection.cs
- DependencyPropertyHelper.cs
- CrossContextChannel.cs
- ImageIndexConverter.cs
- RadioButtonList.cs
- ListViewTableRow.cs
- httpapplicationstate.cs
- FontDialog.cs
- SqlStatistics.cs
- PaginationProgressEventArgs.cs
- PriorityBindingExpression.cs
- ListBox.cs
- ModelFunction.cs
- SQLDouble.cs
- InstanceData.cs
- RelationshipConverter.cs
- SHA1CryptoServiceProvider.cs
- FixedDSBuilder.cs
- ColumnHeaderConverter.cs
- FirewallWrapper.cs
- LocalizabilityAttribute.cs