Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewCancelEvent.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataKeyCollection.cs
- ReflectPropertyDescriptor.cs
- XmlIgnoreAttribute.cs
- BinaryNode.cs
- SmtpLoginAuthenticationModule.cs
- LoginName.cs
- PrincipalPermission.cs
- ActivationServices.cs
- InfocardExtendedInformationEntry.cs
- DataBindingExpressionBuilder.cs
- DiagnosticsConfigurationHandler.cs
- MobileSysDescriptionAttribute.cs
- VisualStyleTypesAndProperties.cs
- MultipleViewProviderWrapper.cs
- UInt32Storage.cs
- ContentPosition.cs
- BitmapScalingModeValidation.cs
- DataControlFieldCell.cs
- GlobalProxySelection.cs
- GridViewSortEventArgs.cs
- XmlSchemaElement.cs
- IODescriptionAttribute.cs
- ConstrainedDataObject.cs
- GeneralTransform3DCollection.cs
- EntityClassGenerator.cs
- RootDesignerSerializerAttribute.cs
- TheQuery.cs
- GuidelineSet.cs
- SimpleTypesSurrogate.cs
- XmlMapping.cs
- RoleManagerModule.cs
- FormsIdentity.cs
- InputReportEventArgs.cs
- StyleReferenceConverter.cs
- SafePEFileHandle.cs
- TreeView.cs
- ControlCachePolicy.cs
- EventLogEntryCollection.cs
- PauseStoryboard.cs
- FillErrorEventArgs.cs
- LinqDataSourceUpdateEventArgs.cs
- LinqDataView.cs
- CreateUserWizard.cs
- ReferencedType.cs
- UnauthorizedWebPart.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- ResourceLoader.cs
- MenuItemAutomationPeer.cs
- XslCompiledTransform.cs
- CombinedGeometry.cs
- Completion.cs
- EasingFunctionBase.cs
- ScriptResourceMapping.cs
- EventRouteFactory.cs
- PageCatalogPart.cs
- ToolStripPanelRow.cs
- ButtonRenderer.cs
- RbTree.cs
- SpeechSynthesizer.cs
- EntryWrittenEventArgs.cs
- EdmToObjectNamespaceMap.cs
- InternalBufferManager.cs
- PositiveTimeSpanValidator.cs
- Line.cs
- DbDataAdapter.cs
- PermissionRequestEvidence.cs
- PhysicalOps.cs
- EmbeddedMailObject.cs
- CharKeyFrameCollection.cs
- LocalValueEnumerator.cs
- ChildTable.cs
- ChangeToolStripParentVerb.cs
- FixedSOMContainer.cs
- OrElse.cs
- FaultConverter.cs
- ReadOnlyDictionary.cs
- SqlProviderServices.cs
- Context.cs
- SaveFileDialog.cs
- MulticastDelegate.cs
- UnsafeNativeMethods.cs
- HttpSocketManager.cs
- Unit.cs
- PreviewPageInfo.cs
- OdbcCommandBuilder.cs
- WebSysDisplayNameAttribute.cs
- FileLogRecordEnumerator.cs
- DataGridItemAutomationPeer.cs
- RequestUriProcessor.cs
- HtmlImage.cs
- DataGridViewColumnEventArgs.cs
- CommandLibraryHelper.cs
- RoleGroupCollection.cs
- IndexedGlyphRun.cs
- Roles.cs
- IProvider.cs
- XmlElementList.cs
- DataServiceRequest.cs
- UserInitiatedNavigationPermission.cs
- COM2ExtendedTypeConverter.cs