Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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;
///
///
///
/// Provides data for the ,
/// ,
/// ,
/// or event.
///
///
///
public class TreeViewCancelEventArgs : CancelEventArgs {
private TreeNode node;
private TreeViewAction action;
///
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// 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;
///
///
///
/// Provides data for the ,
/// ,
/// ,
/// or event.
///
///
///
public class TreeViewCancelEventArgs : CancelEventArgs {
private TreeNode node;
private TreeViewAction action;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SpecularMaterial.cs
- EmptyReadOnlyDictionaryInternal.cs
- DataPagerFieldCollection.cs
- PointAnimationClockResource.cs
- HideDisabledControlAdapter.cs
- ActivityCodeDomReferenceService.cs
- CodeGroup.cs
- XPathParser.cs
- CleanUpVirtualizedItemEventArgs.cs
- FontDialog.cs
- DrawingAttributesDefaultValueFactory.cs
- BinaryObjectReader.cs
- ZipPackagePart.cs
- TypefaceCollection.cs
- HashCodeCombiner.cs
- InternalDispatchObject.cs
- XMLSchema.cs
- EncryptedKey.cs
- MSHTMLHost.cs
- FlowLayout.cs
- HtmlValidationSummaryAdapter.cs
- View.cs
- TreeView.cs
- ImageMapEventArgs.cs
- TransformProviderWrapper.cs
- TrackingQuery.cs
- KernelTypeValidation.cs
- SessionEndingEventArgs.cs
- UriPrefixTable.cs
- OLEDB_Enum.cs
- counter.cs
- RecognizedPhrase.cs
- AuthorizationSection.cs
- SiteMap.cs
- RectAnimationBase.cs
- TextElementAutomationPeer.cs
- DisplayNameAttribute.cs
- HttpNamespaceReservationInstallComponent.cs
- Html32TextWriter.cs
- ComponentManagerBroker.cs
- PassportAuthentication.cs
- XmlDigitalSignatureProcessor.cs
- InvalidAsynchronousStateException.cs
- ModifierKeysValueSerializer.cs
- ClaimTypeElement.cs
- WindowsTooltip.cs
- FixedSOMImage.cs
- ConnectionStringsSection.cs
- ApplicationHost.cs
- TdsRecordBufferSetter.cs
- RewritingPass.cs
- RuntimeWrappedException.cs
- TimelineGroup.cs
- ManagedWndProcTracker.cs
- MethodAccessException.cs
- CachedPathData.cs
- ConnectionsZone.cs
- MULTI_QI.cs
- PackageProperties.cs
- RemotingConfigParser.cs
- DataGridColumnCollection.cs
- DataBindingCollection.cs
- PerformanceCounterCategory.cs
- SqlInfoMessageEvent.cs
- TraceUtils.cs
- XmlSchemaAttribute.cs
- InternalDispatchObject.cs
- VectorCollectionValueSerializer.cs
- ListMarkerLine.cs
- InstanceDataCollectionCollection.cs
- GlyphRunDrawing.cs
- Directory.cs
- ClrPerspective.cs
- CustomErrorsSection.cs
- WorkflowMarkupSerializerMapping.cs
- RSAOAEPKeyExchangeFormatter.cs
- PeerNameResolver.cs
- ContentOperations.cs
- CopyCodeAction.cs
- ServicesUtilities.cs
- DataGridSortCommandEventArgs.cs
- OpenTypeMethods.cs
- SchemaElementDecl.cs
- DetailsViewUpdatedEventArgs.cs
- Expression.DebuggerProxy.cs
- CachedFontFace.cs
- ExtentCqlBlock.cs
- ScriptReference.cs
- Bezier.cs
- ConfigXmlComment.cs
- TimeSpanMinutesConverter.cs
- DbConnectionFactory.cs
- RoleService.cs
- DataObjectMethodAttribute.cs
- DynamicPropertyHolder.cs
- FixedNode.cs
- DrawingBrush.cs
- ADConnectionHelper.cs
- SafeArrayTypeMismatchException.cs
- RightNameExpirationInfoPair.cs